Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I'm reading Hayashi's "Econometrics", and in Chapter 2, page 101 he discusses the following white noise process: enter image description here

I understand the calculations for the expected mean and variance, but I can't understand why the covariance would be 0 for $i\neq j$.

Since $E(z_i)=0$, the expression for the covariance would be reduced to $E(\cos(iw)\cdotp \cos(jw))$. Would someone mind showing me why this goes to zero? Assuming for the moment that $cos(iw)$ is positive, then $\cos((i+1)w)$ would be negative and so on. But why would there be 0 covariance for any two $i$ and $j$, $i\neq j$? I know this is a simple question, but can't seem to wrap my head around it.

share|improve this question

1 Answer

up vote 3 down vote accepted

Use trigonometric identities(scroll down to angle sum and difference identities):

$$\cos(iw)\cdot\cos(jw)=\frac{1}{2}\left(\cos((i+j)w)+\cos((i-j)w)\right)$$

Then substitute this formula to the following equation:

\begin{align} E\cos(iw)\cdot\cos(jw)=\frac{1}{2\pi}\int_0^{2\pi}\cos(iw)\cdot\cos(jw)dw \end{align}

and use the fact that

\begin{align} \int_0^{2\pi}\cos(kw)dw=0 \end{align}

for $k\in\mathbb{N}$.

share|improve this answer
Perfect! Thank you very much. – jefflovejapan Jul 12 '11 at 10:06

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.