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 모델