Cov(X+Y,X-Y)
Watch
Announcements
Page 1 of 1
Skip to page:
Report
#2
(Original post by s_abbott)
How do I calculate Cov(X+Y,X-Y)?
How do I calculate Cov(X+Y,X-Y)?
Cov(X+Y,X-Y) = Cov(X,X) + Cov(Y,X) - Cov(X,Y) - Cov(Y, Y) = Var(X) - Var(Y)
0
reply
Report
#4
(Original post by s_abbott)
Holy cow! How do you know that?
Holy cow! How do you know that?
Cov(X,Y) = E((X-E(X)) * (Y-E(Y)) )
(which happens to be equal to E(XY)-E(X)E(Y) the definition you may have seen). But in any case, from the definition you can check
Cov(X+Z,Y) = Cov(X,Y) + Cov(Z,Y)
and that's why you can 'expand brackets' (and similarly in the second 'slot'). It's also clear that covariance is 'symmetric': Cov(X,Y)=Cov(Y,X) and that Cov(X,X)=Var(X). These are all the properties of covariance that I used.
The upshot is that you need to work out Var(X) and Var(Y) and then you are sorted, as the answer is their difference.
0
reply
Thank you very much!
Also, I have to calculate Var(2x+y) but I have worked out that it is 4Var(X)+Var(Y)+4Cov(X,Y)
Is this right??
Also, I have to calculate Var(2x+y) but I have worked out that it is 4Var(X)+Var(Y)+4Cov(X,Y)
Is this right??
0
reply
Report
#6
(Original post by s_abbott)
Thank you very much!
Also, I have to calculate Var(2x+y) but I have worked out that it is 4Var(X)+Var(Y)+4Cov(X,Y)
Is this right??
Thank you very much!
Also, I have to calculate Var(2x+y) but I have worked out that it is 4Var(X)+Var(Y)+4Cov(X,Y)
Is this right??
0
reply
Report
#7
(Original post by s_abbott)
How do I calculate Cov(X+Y,X-Y)?
How do I calculate Cov(X+Y,X-Y)?
Since their fore
Cov(X+Y, X-Y)=E[(X+Y),(X-Y)]-E[(X+Y)]E[(X-Y)]
Cov(X+Y, X-Y) = E[X^2-XY+YX-Y^2]-[{E(X)+E(Y)}{E(X)-E(Y)}]
= E[X^2-XY+XY-Y^2]-[{E(X)}^2-E(X)E(Y)]+E(X)E(Y)-{E(Y)^2}
= E[X^2-Y^2]-[{E(X)}^2-{E(Y)}^2]
= E(X^2)-E(Y^2)-{E(X)}^2+{E(Y)}^2
= E(X^2)-{E(X)}^2-[E(Y^2)-{E(Y)}^2]
= Var(X)-Var(Y)
1
reply
X
Page 1 of 1
Skip to page:
Quick Reply
Back
to top
to top