Pythonで学ぶARIMAモデル
James Fulton
Climate informatics researcher
生データ $\rightarrow$ 運用モデル

df.plot()adfuller()df.diff(), np.log(), np.sqrt()plot_acf(), plot_pacf()
model.fit() が実行results.aic, results.bic
results.plot_diagnostics()results.summary()


results.get_forecast()

Pythonで学ぶARIMAモデル