The Autoregressive (p) option specifies the autoregressive part of the model.
To specify an autoregressive order, use the following syntax:
P = integer.(integer).
This syntax creates a model of P = (integer).(integer...integer)s,
where s is a placeholder for the seasonal component.
This placeholder value is derived from the seasonal cycle length for
the time variable in the project. You can also specify an integer
value for this seasonal component. The integer or the value of s is
used as a multiplier for each integer in the parentheses. The s is
not case-sensitive.
This syntax creates
a model of P = (integer,...integer)s.
(integer,...integer)(integer,...integer).
This syntax creates a model of P = (integer,...integer)(integer,...integer).
You can use commas or spaces as separators for each integer. If you use commas, enclosing the specification in parentheses is optional.
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 |
|
|
|
Autoregressive model with parameters at specified lags |
|
|
|
Autoregressive model with a seasonal component with "s" as a placeholder |
|
|
|
|
|
|
|
|
|
|
|
Autoregressive model with a seasonal component of 2 |
|
|
|
Autoregressive model with multiple factors |
|
|
|
|
|
|
|
|
|