SARIMA, or Seasonal Autoregressive Integrated Moving Average, is an advanced statistical model used for analysing and forecasting time series data that exhibit regular seasonal patterns. It extends the traditional ARIMA model by incorporating seasonal components, making it particularly effective for data with repeating cycles, such as monthly sales, quarterly production, or annual temperature trends.
While the ARIMA model performs well with stationary (non-seasonal) time series, many real-world datasets include strong seasonal effects. For example, retail sales often rise during holidays, and electricity usage peaks in certain months. To address this, the SARIMA model—developed as part of the Box-Jenkins methodology—adds seasonal terms that capture these recurring patterns. This enables more accurate forecasts for processes influenced by cyclical trends and predictable fluctuations.
SARIMA is typically written as:
where:
Key features include:
Example: An airline company uses SARIMA to forecast passenger demand, accounting for recurring spikes during summer and winter holidays.
SARIMA provides a powerful framework for forecasting time series data influenced by both trend and seasonality. It improves planning accuracy in industries where demand fluctuates cyclically, helping organisations optimise resources, inventory, and capacity. By combining ARIMA’s statistical rigor with seasonal adjustments, SARIMA delivers a balanced and reliable forecasting method for real-world applications.