Random variables with common mean, variance and pairwise correlation

907 Views Asked by At

Hi I'm currently working through past exam questions and am stuck with the following question:

Random variables $X_1$, $X_2$ and $X_3$ are identically distributed, with common mean $\mu$, common variance $\sigma^2$, and common pairwise correlation $\rho$ (i.e. $corr(X_i,X_j) =$ $\rho$ for all i $\neq$ j). Let Y = $X_1$ - $2X_2$ + $X_3$.

a) Fin the expectation and variance of Y.

b)Find the correlation between Y and $X_1$

Am I wrong in assuming that the expectation of Y would simply be $E(X_1) - E(2X_2) + E(X_3)$ given that E(X+Y)=E(X)+E(Y). Am I completely off? Any hints would be greatly appreciated.

2

There are 2 best solutions below

1
On BEST ANSWER

You're right. Note though that since those variables are identically distributed, $E(X_1) = E(X_2) = E(X_3) = \mu$ so in the end $E(Y) = 0$.

For the variance you have a different formula (which you have to prove:)

$$Var(X_1 + X_2) = Var(X_1) + Var(X_2) + 2\text{Cov}(X_1, X_2)$$

Use this formula to find the variance of $Y$.

0
On

You are correct about the expectation of $Y$ so you find easily that $\mathbb EY=0$.

Advice on the rest:

First solve it for special case $\mu=0$ and $\sigma=1$.

Then realize that in the general case (co)variances are multiplied with $\sigma^2$ and that correlations are not affected.