Moving Average Orders

The Moving average (q) option specifies the moving average part of the model. The syntax of the moving average order is identical to the syntax of the autoregressive order.

To specify a moving average order, use the following syntax:

The following table shows some examples of this syntax:

Model Description

Value of q

Result in Details

Moving average model with degrees from 1 to an integer value

5

Q = 5

Moving average model with parameters at specified lags

(5)

Q = (5)

Moving average model with a seasonal component with "s" as a placeholder

(1 2 3)s

Q = (1 2 3)s

3s

Q= (1,2,3)s

(3)s

Q = (3)s

Moving average model with a seasonal component of 2

(3,4)2

Q = (6,8)

Moving average model with multiple factors

(1 2)(1)(1)s

Q = (1,2)(1)(1)s

(1,3)2,(3)

Q = ((2,6)(3))

(2,4)2,2s

Q = ((4,8)(2)s)

Last updated: March 16, 2026