Quant: Unit Root Test question

Hi,

In Reading 11, section 5.2 (Unit Root Test), it says in 3rd paragraph that for a time series AR(1) the absolute value of the lag coefficient, b1, must be less than 1 and that the time series would not be covariance stationary if b1 were greater or equal to 1.

I understand that b1 cannot be equal to 1, because the mean reverting level would be undefined: b0/(1-b1) the denominator would be 0. However, I don’t understand why b1 being greater than 1 would result in the time series not being covariance stationary. Could someone please explain this to me?

I know that the mean, variance and covariance of a time series in all periods must be finite and constant for a time series to be covariance stationary. I just don’t see how any of these are violated with b1 > 1.

Thank you in advance

Another question from the same 5.2 section: In the Dickey-Fuller test, the null hypothesis is H0: g1 = 0 and Ha: g1 < 0. Where g1 = (b1 -1). How come Ha is not g1 not equal to 0? They are omitting the possibility of b1 being greater than 1. Also, in all the hypothesis testing examples I have seen, the null and alternative hypothesis covers all scenarios, but in this one it omits the scenario of g1 > 0.

Thank you

Rather than me explaining it to you, I encourage you to explain it to yourself:

  • Open Excel
  • Put the parameter _b_0 in some cell (you might want to label it)
  • Put the parameter _b_1 in some other cell (you might want to label it, too)
  • Put some starting value _x_0 in yet another cell (below or to the side of the _b_0 and _b_1 cells)
  • Immediately below _x_0, calculate _x_1 = _b_0 + _b_1_x_0
  • Immediately below _x_1, calculate _x_2 = _b_0 + b_1_x1
  • Continue this process until you have, say, _x_100 or _x_200 or something
  • Change the value of _b_1 to something greater than 1 and observe what happens to the _x_s
  • Change the value of _b_1 to something less than −1 and observe what happens to the _x_s

Thanks S2000magician!

I did what you suggested and I can clearly see that there is no mean reverting level, like in the case of b1 > 1, the xs just keep increasing. So the mean is not finite and is not constant, thus is not covariance stationary.

Bingo!