AR time series analysis

Too few periods for decompose() [closed]

Your time series, however you created it, has no seasonal cycles or less than 2 seasonal cycles. (This may not indicate that the data are not seasonal; possibly you created samplets incorrectly.) 

1.white.test

white.test(x, lag = 1, qstar = 2, q = 10, range = 4, type = c("Chisq","F"), scale = TRUE, …)

2.seasons explainations

https://www.spscommerce.com/blog/shopping-seasons-consumer-spsa/

3.自相关和偏自相关

参考 https://blog.csdn.net/yujunbeta/article/details/8091411

偏自相关就是在试图解释在剔除了中间k-1个随机变量x(t-1)、x(t-2)、……、x(t-k+1)的干扰之后,x(t-k)对x(t)影响的相关程度。PACF

ACF starts at lag 0 and PACF starts at lag 1.

4. AR 和 MA 拖尾性和结尾性

AR(2)模型的偏自相关函数是截尾的(但由于这个是数据,所以出现pacf只能看出趋势,而不是在2步后直接变为0)

R 模型实现 MA《

https://zhuanlan.zhihu.com/p/26310640

5. Applied timeSeries 教程, 滨州大学

https://onlinecourses.science.psu.edu/stat510/node/62/

6 with seasonal 

https://stats.stackexchange.com/questions/223316/modelling-moving-holiday-effects-in-forecasting

use dummy variables for the holiday

论文

https://www.census.gov/srd/papers/pdf/RRS2018-01.pdf

ARMA 实现 ,并上 holiday

https://stackoverflow.com/questions/46873899/weekly-forecasts-with-holidays

7. 教科书式说明

https://a-little-book-of-r-for-time-series.readthedocs.io/en/latest/src/timeseries.html#decomposing-time-series

8. nonstationary time series

adf.test()

https://stats.stackexchange.com/questions/27332/how-to-know-if-a-time-series-is-stationary-or-non-stationary

9.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值