What is the difference between ARIMA and SARIMA models in time series forecasting?

Data Science with Python Hard

Data Science with Python — Hard

What is the difference between ARIMA and SARIMA models in time series forecasting?

Key points

  • ARIMA lacks seasonal components, unlike SARIMA
  • SARIMA includes seasonal AR, D, and MA terms
  • ARIMA is for non-seasonal time series
  • SARIMA extends ARIMA for seasonal patterns

Ready to go further?

Related questions