SARIMA Models

As described in ARMA Models, an ARMA(p,q) model can be expressed as

ARMA model

If  φ0 = 0 (i.e. the mean of the stochastic process is zero) then this can be expressed using the lag operator as

ARMA model restated

whereLag phi operatorLag theta operator

Note too that an ARIMA(p, d, q) process zi can be expressed as above but first zi must be replaced by zi = yi – yi-d. Alternatively, we can express an ARIMA(p, d, q) process yi without constant as

ARIMA process

We can add the constant term back in as

ARIMA model with constant

A seasonal ARIMA model takes the same form, but now there are additional terms that reflect the seasonality part of the model. Specifically, a SARIMA(p,d,q) × (P,D,Q)m model without constant can be expressed as

SARIMA model

where
Phi lag operator

Theta lag operator

Here, we have P seasonal autoregressive terms (with coefficients Φ1, …, ΦP), Q seasonal moving average terms (with coefficients Θ1, …, ΘQ) and D seasonal differencing based on m seasonal periods.

Let’s assume that the two types of differencing (corresponding to d and D) have already been done. Then a SARIMA(1,0,1) × (1,0,1)12 model takes the following form:

SARIMA(1,0,1)x(1,01)12 model

The residuals can therefore be expressed as:

Residuals

The forecast can be expressed (where the coefficients should have a hat on them):

Forecast

Similarly, a SARMA(p,q) × (P,Q)m model without constant can be expressed as

SARMA modelor equivalently as



And so

which is equivalent to

In the case where there is a constant term φ0 this expression takes the form

This serves as the equation to estimate the forecast at time i (when the final εi is set to zero). You can also solve for εi to obtain an expression that can be used to estimate the residuals.

2 thoughts on “SARIMA Models”

  1. Hi, I would like to use your mathematical expression of SARIMA in my PhD thesis and I was wondering if you could provide me with the source you would like me to use. I want to make sure I reference it correctly.

    Reply

Leave a Comment