Find the covariance $\operatorname{Cov}(Y_1,Y_2)$ where $Y_i$s are linear combinations of i.i.d. variables

229 Views Asked by At

Let $X_1,X_2,X_3$ be pairwise independent random variables, each with mean $\mu$ and variance $\sigma^2$, and let $Y_j = X_j + X_{j+1}$ for $j \geq 1$.

Could you explain me elaborately how can I calculate $\def\Cov{\mathsf{Cov}}\Cov(Y_1, Y_2)$ and $\Cov(Y_1, Y_3)$

I used $\Cov(X_1+X_2, X_2+X_3) = \Cov(X_1,X_2)+\Cov(X_1,X_3)+\Cov(X_2,X_2)+\Cov(X_2,X_3)$ and then, I supposed that all covariances are equal to zero ( except $\Cov(X_2,X_2)$ ) because the random variables are independent. So I obtain $\Cov(X_2,X_2) = \mathsf {Var}(X_2) = \sigma^2$..... but I'm not sure about it...

1

There are 1 best solutions below

0
On

Hints:

Apply the bilinearity of covariance and be aware that in general:

  • $\mathsf{Covar}(X,X)=\mathsf{Var}(X)$
  • $\mathsf{Covar}(X,Y)=0$ if $X$ and $Y$ are independent.
  • If at least one of $X,Y$ is degenerated then $X,Y$ are independent so that $\mathsf{Cov}(a,X)=0$ if $a$ is constant.

P.S. The comment you gave on your own question shows that you are on the right track and should actually be a part of your question. Always show your efforts.