TS Module 5 moving average MA(2) practice problems
(The attached PDF file has better formatting.)
**Exercise 5.1: Variance of moving average process
A moving average process of order 2 is Yt = et – 0.6 et-1 – et-2 , with ó2e = 1
A. What is ã0, the variance of Yt?
B. What is ñ1, the autocorrelation of lag 1?
C. What is ñ2, the autocorrelation of lag 2?
Part A: ã0 = (1 + è21 + è22) × ó2ε = (1 + 0.62 + 12) × 1 = 2.36
Intuition: Yt is the sum of three independent random variables, with variances of 1, 0.36, and 1.
See Cryer and Chan, chapter 4, page 62, equation at the bottom of the page.
Part B: See Cryer and Chan, chapter 4, page 63, equation 4.2.3.
or
(–0.6 + 0.6 × 1) / (1 + 0.62 + 12) = 0/2.36
ñ1 is the correlation of et – 0.6 et-1 – et-2 with et-1 – 0.6 et-2 – et-3
The numerator has two non-zero terms: –0.6 e2t-1 and +0.6 e2t-2
The error terms have the same variance, so these two terms cancel out.
Jacob: Does ñ2 = 0 mean that the autocorrelation of lag 2 in this time series is zero?
Rachel: Actual time series are finite, so the autocorrelations have random fluctuations. If this time series has 100 observations, the autocorrelation ñ2 is distributed as a normal random variable with a mean of zero and a standard error of 1/√100 = 0.10. The observed autocorrelation is not zero. But if the time series is infinite, the autocorrelation of lag 2 approaches zero.
Jacob: How should we think of this? Can one see the correlation intuitively?
Rachel: et is correlated with et-1 two ways:
Directly, with a correlation of –è1.
Indirectly through et-2 and back to et-1, with a correlation of –è2 × –è1.
Moving from et-1 to et-2 is like moving from et-2 to et-1. We deal with these relations in more detail in modules 19 and 20 (seasonal time series), where ñ11 = ñ13.
Part C: See Cryer and Chan, chapter 4, page 63, equation 4.2.3
(–1) / (1 + 0.62 + 12) = –1/2.36 = -0.424
Intuition: ñ2 is the correlation of et – 0.6 et-1 – et-2 with et-2 – 0.6 et-3 – et-4
The numerator has one non-zero terms: –1 × e2t-2
The denominator is the variance ã0