在时间序列分析中,首先遇到的问题就是关于数据的平稳性问题。
定义
image
关于随机过程,可见 时间序列|AR、MA、ARMA、ARIMA
一、若干概念
(一)白噪声
image
image
(二)随机游走
image
image
(三)差分处理
image
image
二、平稳性判断
(一)图示法 给出一个随机时间序列,首先可通过该序列的时间路径图来粗略地判断它是否是平稳的。
一个平稳的时间序列在图形上往往表现出一种围绕其均值不断波动的过程
-
非平稳序列则往往表现出在不同的时间段具有不同的均值(如持续上升或持续下降) image
(二)ACF法
image
image
image
image
image
例子
image
image
image
image
(三)单位根法
1.DF检验
image
image
image
image
image
2.ADF检验
image
image
image
image
image
示例
image
image
image
参考资料