Happy Monday, fellow followers of the NEAS.
I would like to walk through the derivation of 5.1.10 as I had to walk myself though this mystery, the autocorrelation at lag 1 of the first difference time series. First, as the book compares this to an MA(1) model, I decided I need to find the autocovariance function at lag zero, A.K.A., the variance of the time series:
Var(delta-Yt) = Var(eplisont+et-et-1) = Var(epsilont)+Var(et)+Var(et-1) (due to our given assumption of independence)
Var(delta-Yt) = gamma0 = sigmaepsilon2 + 2sigmae2
Next, in order to find the autocorrelation at lag 1, I need to know the autocovariance at lag 1:
Cov(delta-Yt,delta-Yt-1) = Cov(eplisont+et-et-1,eplisont-1+et-1-et-2) (which very simply reduces due to independence)
Cov(delta-Yt,delta-Yt-1) = gamma1 = -Var(et-1) = -sigmae2
Finally, recall the autocorrelation at lag 1 is simply gamma1/gamma0:
(-sigmae2)/(sigmaepsilon2 + 2sigmae2) = (-sigmae2)/{sigmae2[(sigmaepsilon2/sigmae2)+2]}
=-{1/[2+(sigmaepsilon2/sigmae2)]}
Thanks for your time!
RDH