What is the difference between ARIMA and SARIMA models?

Updated May 15, 2026

Short answer

SARIMA extends ARIMA by explicitly modeling seasonal patterns in time series.

Deep explanation

ARIMA captures autoregression, differencing, and moving averages but does not handle seasonality. SARIMA introduces seasonal components (P, D, Q, s) to model repeating patterns at fixed intervals. This makes SARIMA suitable for data with strong seasonal cycles like monthly or weekly patterns.

Real-world example

Monthly airline passenger data showing yearly seasonality.

Common mistakes

  • Using ARIMA when strong seasonality exists.

Follow-up questions

  • What does seasonal_order represent?
  • When should SARIMA be used?

More Time Series interview questions

View all →