【发布时间】:2020-09-08 17:18:50
【问题描述】:
我将 SARIMA 模型 (1,1,1)(2,1,1,96) 用于具有 ACF 和 PACF 图的数据集,如下所示: ACF plot of the dataset PACF plot of the dataset
使用上述模型后,我查看了 ACF 和 PACF 图以确保我已经涵盖了所有依赖项;但是,ACF 和 PACF 图在滞后 96 处显示出很大的值。如果我能得到一些关于我应该对我的 SARIMA 模型订单进行修改的帮助,我将不胜感激。请考虑我的数据具有每日季节性,因为它是 15 分钟数据,所以 S=96。
ACF and PACF plots after fitting the model
谢谢,
【问题讨论】:
标签: time-series statsmodels arima