Sum of autocovariance for AR(1)

195 Views Asked by At

Let a autoregressive process $AR(1)$ given by $$X_t = \phi_1X_{t-1}+\epsilon_t$$ where $|\phi_1|<1$. I am trying to show that $$\sum_{k=-\infty}^\infty \gamma(k) = \frac{\sigma_\epsilon^2}{(1-\phi_1)^2}.$$ I understand the result of $$\gamma(k) = \frac{\sigma_\epsilon^2\phi^{|k|}}{1-\phi^2},$$ but I cannot transform that into what I want.

1

There are 1 best solutions below

0
On BEST ANSWER

For AR(1) process we have $\gamma(k) = \frac{\phi_1^{|k|}\sigma_\epsilon^2}{1-\phi_1^2}$. Hence, $$\sum_{k=-\infty}^\infty \gamma(k)\\ =\sum_{k=0}^\infty \gamma(k) - \gamma(0)\\ =\frac{\sigma_\epsilon^2}{1-\phi_1^2}\Big(\frac{2}{1-\phi_1}-1\Big)\\ =\frac{\sigma_\epsilon^2}{(1-\phi_1)(1+\phi_1)}\Big(\frac{1+\phi_1}{1-\phi_1}\Big)\\ =\frac{\sigma_\epsilon^2}{(1-\phi_1)^2}.$$