Forecasting Process Details |
Notation for ARIMA Models
A dependent time series that is modeled as a linear combination
of its own past values and past values of an error series is known
as a (pure) ARIMA model.
Nonseasonal ARIMA Model Notation
The order of an ARIMA model is usually denoted by
the notation ARIMA(p,d,q), where
-
- p
- is the order of the autoregressive part
- d
- is the order of the differencing (rarely should d > 2 be needed)
- q
- is the order of the moving-average process
Given a dependent time series ,mathematically the ARIMA model is written as
where
-
- t
- indexes time
- is the mean term
- B
- is the backshift operator; that is, BXt=Xt-1
- is the autoregressive operator,
represented as a polynomial in the back shift operator:
- is the moving-average operator,
represented as a polynomial in the back shift operator:
- at
- is the independent disturbance, also called the random error
For example, the mathematical form of the ARIMA(1,1,2) model is
Seasonal ARIMA Model Notation
Seasonal ARIMA models are expressed in factored form by the notation
ARIMA(p,d,q)(P,D,Q)s, where
-
- P
- is the order of the seasonal autoregressive part
- D
- is the order of the seasonal differencing (rarely should D > 1 be needed)
- Q
- is the order of the seasonal moving-average process
- s
- is the length of the seasonal cycle
Given a dependent time series ,mathematically the ARIMA seasonal model is written as
where
-
- is the seasonal autoregressive operator,
represented as a polynomial in the back shift operator:
- is the seasonal moving-average operator,
represented as a polynomial in the back shift operator:
For example, the mathematical form of the ARIMA(1,0,1)(1,1,2)12 model is
Abbreviated Notation for ARIMA Models
If the differencing order, autoregressive order, or
moving-average order is zero, the notation is further abbreviated as
-
- I(d)(D)s
- integrated model or ARIMA(0,d,0)(0,D,0)
- AR(p)(P)s
- autoregressive model or ARIMA(p,0,0)(P,0,0)
- IAR(p,d)(P,D)s
- integrated autoregressive model or ARIMA(p,d,0)(P,D,0)s
- MA(q)(Q)s
- moving average model or ARIMA(0,0,q)(0,0,Q)s
- IMA(d,q)(D,Q)s
- integrated moving average model or ARIMA(0,d,q)(0,D,Q)s
- ARMA(p,q)(P,Q)s
- autoregressive moving-average model
or ARIMA(p,0,q)(P,0,Q)s
Notation for Transfer Functions
A transfer function can be used to filter a predictor time series
to form a dynamic regression model.
Let Yt be the dependent series and let Xt be
the predictor series, and let be a linear filter
or transfer function for the effect of Xt on Yt.
The ARIMA model is then
This model is called a dynamic regression
of Yt on Xt.
Nonseasonal Transfer Function Notation
Given the ith predictor time series
,the transfer function is written as
[Dif(di)Lag(ki)N(qi)/ D(pi)] where
-
- di
- is the simple order of the differencing for the ith
predictor time series,
(1-B)diXi,t (rarely should di > 2 be needed)
- ki
- is the pure time delay (lag) for the effect of the
ith predictor time series,
Xi,tBki = Xi,t-ki
- pi
- is the simple order of the denominator for the ith predictor time series
- qi
- is the simple order of the numerator for the ith predictor time series
The mathematical notation used to describe a transfer function is
where
-
- B
- is the backshift operator; that is, BXt=Xt-1
- is the denominator polynomial of the transfer function
for the ith predictor time series:
- is the numerator polynomial of the transfer function
for the ith predictor time series:
The numerator factors for a transfer function for a predictor series
are like the MA part of the ARMA model for the noise series.
The denominator factors for a transfer function for a predictor series
are like the AR part of the ARMA model for the noise series.
Denominator factors introduce exponentially weighted, infinite distributed lags
into the transfer function.
For example, the transfer function for the ith predictor time series with
-
- ki=3
- time lag is 3
- di=1
- simple order of differencing is one
- pi=1
- simple order of the denominator is one
- qi=2
- simple order of the numerator is two
would be written as [Dif(1)Lag(3)N(2)/D(1)].
The mathematical notation for the transfer function in this
example is
Seasonal Transfer Function Notation
The general transfer function notation for the ith
predictor time series Xi,t with seasonal factors is
[Dif(di)(Di)s
Lag(ki)
N(qi)(Qi)s/
D(pi)(Pi)s] where
-
- Di
- is the seasonal order of the differencing for the
ith predictor time series
(rarely should Di > 1 be needed)
- Pi
- is the seasonal order of the denominator for the
ith predictor time series
(rarely should Pi > 2 be needed)
- Qi
- is the seasonal order of the numerator for the
ith predictor time series,
(rarely should Qi > 2 be needed)
- s
- is the length of the seasonal cycle
The mathematical notation used to describe a seasonal transfer function is
where
-
- is the denominator seasonal polynomial of the transfer function
for the ith predictor time series:
- is the numerator seasonal polynomial of the transfer function
for the ith predictor time series:
For example, the transfer function for the ith predictor time
series Xi,t whose seasonal cycle s=12 with
-
- di=2
- simple order of differencing is two
- Di = 1
- seasonal order of differencing is one
- qi=2
- simple order of the numerator is two
- Qi = 1
- seasonal order of the numerator is one
would be written as [Dif(2)(1)s N(2)(1)s].
The mathematical notation for the transfer function in this
example is
Note: In this case,
[Dif(2)(1)s N(2)(1)s]
= [Dif(2)(1)sLag(0)N(2)(1)s/D(0)(0)s].
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.