zoukankan      html  css  js  c++  java
  • Paper: A novel method for forecasting time series based on fuzzy logic and visibility graph

    Problem

    Forecasting time series. 

    Other methods' drawback: even though existing methods (exponential smoothing, auto-regression and moving average-MA, ARIMA, maximum entropy method, modified grey model) have a good performance, they are not accurate enough for all the complex situations, because of complicated data structure and an increasing demand for accuracy. 

    We improved the accuracy.  

    Keywords

    forecast construction cost index. fuzzy logic. link prediction 

    Related work

    1. visibility graph;
    2. link prediction: 

    Link prediction is used to predict future possible links in the network (E.g., Facebook). Or, it can be used to predict missing links due to incomplete data (E.g., Food-webs – this is related to sampling that Olivia spoke of earlier).

    Small-World Phenomenon: 或者叫六度空间,你和任何一个陌生人之间所间隔的人不会超过六个

    existing methods: node similarity is defined to estimate the likelihood of the existence of a link between two nodes

    3. To handle uncertainties: generalized evidence theory; fuzzy logic. 

    fuzzy rules are usually called IF-THEN rules. fuzzy propositions(FP), IF <FP1>, THEN <FP2>

    Methodology

    historical data -----> visibility graphs --------> link prediction -------> prediction revise based on fuzzy logic. 

    phase 1: make predictions by using visibility graph and link prediction. 

    i. convert time series into a visibility graph; 

    ii. calculate the node similarities. 

    iii. make initial predictions

    phase 2: revise the predictions based on fuzzy logic. 

    ??

    Results

    high flexibility and predictability.  

  • 相关阅读:
    win10下载文件夹变成了英文了如何解决
    Win10-更改c盘下的用户文件夹名
    Linux下/proc目录简介
    Linux高级运维工程师:100道面试题整理
    centos8安装 rabbitmq
    针对美国、加拿大和意大利的大型僵尸网络
    CentOS8配置网卡为静态IP
    分布式版本控制系统-Github
    KVM三企业级虚拟化技术KVM网络及脚本管理
    KVM二企业级虚拟化技术KVM管理
  • 原文地址:https://www.cnblogs.com/dulun/p/11952858.html
Copyright © 2011-2022 走看看