Autoregressive Orders

The Autoregressive (p) option specifies the autoregressive part of the model.

To specify an autoregressive order, use the following syntax:

The following table shows some examples of this syntax:

Model Description

Value of p

Result in Details

Autoregressive model with degrees from 1 to an integer value

5

P = 5

Autoregressive model with parameters at specified lags

(5)

P = (5)

Autoregressive model with a seasonal component with "s" as a placeholder

(1 2 3)s

P = (1 2 3)s

3s

P = (1,2,3)s

(3)s

P = (3)s

Autoregressive model with a seasonal component of 2

(3,4)2

P = (6,8)

Autoregressive model with multiple factors

(1 2)(1)(1)s

P = (1 2)(1)(1)s

(1,3)2,(3)

P = ((2,6)(3))

(2,4)2,2s

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

Last updated: March 16, 2026