ARIMA-modellen in Python
James Fulton
Climate informatics researcher
Van ruwe data $\rightarrow$ productiemodel

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-modellen in Python