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.

原文地址:https://www.cnblogs.com/dulun/p/11952858.html

时间: 2024-10-10 17:24:12

Paper: A novel method for forecasting time series based on fuzzy logic and visibility graph的相关文章

10 Best TV Series Based On Hacking And Technology

Technology is rapidly becoming the key point in human lives. Here we have discussed top TV shows which have hacking as the central theme. 10 Best TV Series Based On Hacking And Technology Well, if you are a tech fanatic then you will love watching TV

Visibility Graph Analysis of Geophysical Time Series: Potentials and Possible Pitfalls

Tasks: invest papers  3 篇. 研究主动权在我手里.  I have to.  1. the benefit of complex network: complex network theory has been particularly successful in providing unifying统一的 concepts and methods for understanding the structure and dynamics of complex system

A Complete Tutorial on Time Series Modeling in R

TAVISH SRIVASTAVA, DECEMBER 16, 2015 LOGIN TO BOOKMARK THIS ARTICLE Overview Time Series Analysis and Time Series Modeling are powerful forecasting tools A prior knowledge of the statistical theory behind Time Series is useful before Time series Mode

paper reading(4) - LIME: Low-light Image Enhancement via Illumination Map Estimation

目录 LIME: Low-light Image Enhancement via Illumination Map Estimation 1. approach 2. puzzle 3. reference LIME: Low-light Image Enhancement via Illumination Map Estimation 1. approach Retinex theory In this paper, A method enhancing low-light image ill

SCI&amp;EI 英文PAPER投稿经验【转】

英文投稿的一点经验[转载] From: http://chl033.woku.com/article/2893317.html 1. 首先一定要注意杂志的发表范围, 超出范围的千万别投,要不就是浪费时间;另外,每个杂志都有他们的具体格式要求,一定要按照他们的要求把论文写好,免得浪费时间,前些时候,我的一个同事向一个著名的英文杂志投稿,由于格式问题,人家过两个星期就退回来了,而且说了很多难听的话,说投稿前首先就应该看清楚他们的格式要求:2. 论文写作一定要言简意赅,特别是摘要,引言和结论部分,特别

PatentTips - Object-oriented processor architecture and operating method

BACKGROUND OF THE INVENTION The present invention relates to processors and computer systems. More specifically, the present invention relates to an object-oriented processor architecture and operating method. A conventional central processing unit (

Method and Apparatus for Providing Highly-Scalable Network Storage for Well-Gridded Objects

An apparatus comprising a plurality of storage nodes comprising a plurality of corresponding storage disks and configured to store data in a distributed manner between the storage disks that achieves a Redundant Array of Independent Disks-0 (RAID0) l

PP: A dual-stage attention-based recurrent neural network for time series prediction

Problem: time series prediction The nonlinear autoregressive exogenous model: The Nonlinear autoregressive exogenous (NARX) model, which predicts the current value of a time series based upon its previous values as well as the current and past values

1.JointJs Paper

关于JointJs的介绍,有一篇比较好JointJS介绍 第一个类Paperjoint.dia.Paper 属性 el css选择器,Paper将在该Css选择的Container下画SVG图.例如:el='#paper',则在<div id='paper'></div>下面添加SVG DOM节点 width paper的宽度 height paper的高度 origin paper原点的坐标,默认{x:0,y:0} gridSzie 默认为1 model joint.dia.Gr