In problem A, we can consider for all 5 series a general form: Y(t) = mu + e(t) + q·e(t-1)
Then we need to calculate: gamma0 = Var(Y(t)) and gamma1 = Cov(Y(t),Y(t-1)) rho1 = gamma1/gamma0
The calculations are pretty straightforward. Once you get the general formulas as functions of parameter q, just plug in the relevant values of q for each of the 5 series.
|