【发布时间】:2021-10-17 19:32:36
【问题描述】:
我正在使用 statsmodels.tsa.statespace.sarimax 构建 SARIMA 时间序列,因为没有安装 pmdarima。我的数据每季度有 10 年的 44 次观察。我的目标是预测未来 1 或 2 年。谁能告诉我我需要什么来预测预测。我不精通 Python,但我认为我的季度数据和期望的预测之间存在误解。我从面向数据科学、来自这里的文章和 youtube 编译算法。
在使用 min AIC 评估 P、D、Q、m 参数并拟合模型后,这是结果 - 无法绘制预测步骤
我做了 2 列 - 日期和 GVA - 我正在寻找的总附加值 Data set is here
如果有人可以帮忙..
Google collab notebook is here Dataset I have collected is here
【问题讨论】:
标签: python statsmodels arima sarimax