When Is An Autoregressive Model Dynamically Stable - v3.2
When Is An Autoregressive Model Dynamically Stable - v3.2
Stable?
McGraw-Hill/Irwin Copyright © 2010 by The McGraw-Hill Companies, Inc. All rights reserved.
AR Model
8-2
Conditions needed to ensure
the stationarity of more general AR models
8-3
Stationarity in AR(1) Model
let's go back to the model in (1) above, and see what we mean by "stationarity" in
this simple case.
yt = β0 + β1yt-1 + εt ; εt ~ i.i.d.[0 ,σ2] (1)
Notice that if we lag the equation by one period, we get:
yt = β0 + β1 [ β0 + β1yt-2 + εt-1 ] + εt .
8-5
• Given what we assumed about the εt values in equation (1), we
see from (4) that:
8-6
Now, we know that Σ( β1i ) converges to the finite limit,
if and only if |β1| < 1.
– That is, it converges if and only if β1 lies strictly inside the unit
interval.
– If this condition holds, then both E[ yt] and var [yt ] will be finite -
and you can see that neither they nor the covariances depend on
the value of 't'.
8-8
Let's see why this particular terminology is used.
– If the stationarity condition is not satisfied, then any "shock" to the
yt series will lead to a subsequent time-path that has an unbounded
mean and variance.
– For this reason we often say that non-stationary time-series have "long
8-9 memories".
Let's see some examples of this.
8-10
8-11
8-12
8-13
let's go out to t = 100:
8-14
More generally, let's suppose that we have an AR(p) model, of the form:
yt = ф1 yt-1 + ф 2 yt-2 + .......... + ф p yt-p + εt ; εt ~ i.i.d.[0 , σ2]
Then the condition that must be satisfied in order that this model is
dynamically stable is that all of the roots of the following so-called
"characteristic equation"
1 - ф 1 z - ф 2 z2 - ..... - ф p zp = 0 ,
8-15
Let's go back to the AR(1) model - that is, set p = 1.
1 - ф 1 z = 0.
This is exactly the condition that we saw above, now in our new notation.
8-16
Next, let's think about a series that is second-order autoregressive, or AR(2).
In this case, the conditions that need to be satisfied to ensure stationarity of the
series are more complicated.
– Suppose that our AR(2) model for Y is written as:
yt = ф 1 yt-1 + ф 2 yt-2 + εt ; εt ~ i.i.d.[0 , σ2] .
– This model will be stationary (i.e., dynamically stable) if the roots of the
characteristic equation,1 - ф 1z - ф 2z2 = 0 ,
all lie strictly outside the unit circle.
8-17