Prove covariance properties for linear combinations of random variables

  • Level: Graduate 
  • Thread starter Thread starter TomJerry
  • Start date Start date
  • Tags Tags
    Covariance Proof
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
1 reply · 6K views
TomJerry
Messages
49
Reaction score
0
If X and Y are two random variable , then the covariance between them is defined as Cov(X,Y) = E[XY] - E(X)E(Y)


i) Show that [itex]Cov (aX + b , (Y + d)) = ac Cov(X,Y)[/itex]

ii) [itex]Cov(aX + bY, cX + dY) = ac \sigma_x ^2 + bd \sigma_y ^2 +(ad + bc) Cov(X,Y)[/itex]
 
Physics news on Phys.org
Use properties of expectations to expand the portions. For example, for your ``i'':

[tex] \begin{align*}<br /> cov(aX+b, cY+d) & = E[(aX+b)(cY+d)] - E[(aX+b)]E[(cY+d)] \\<br /> & = E[acXY + adX + bcY + bd] - (a\mu_X+b)(b\mu_Y+d)<br /> \end{align*}[/tex]

Continue on from there - you know what the answer should look like when you have combined all terms and simplified. A similar approach works for ``ii''.