ARIMA Models ใน Python
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()

ARIMA Models ใน Python