Congratulations!

ARIMA Models in Python

James Fulton

Climate informatics researcher

The SARIMAX model

 

`

`

ARIMA Models in Python

Time series modeling framework

  • Test for stationarity and seasonality
  • Find promising model orders
  • Fit models and narrow selection with AIC/BIC
  • Perform model diagnostics tests
  • Make forecasts
  • Save and update models

ARIMA Models in Python

Further steps

ARIMA Models in Python

Further steps

  • Fit data created using arma_generate_sample()
  • Tackle real world data! Either your own or examples from statsmodels
  • More time series courses here
1 https://www.statsmodels.org/stable/datasets/index.html
ARIMA Models in Python

Good luck!

ARIMA Models in Python

Preparing Video For Download...