Discussion forum
›
General
›
General Discussions
Search
everywhere
only in this topic
Advanced Search
Covariance
Classic
List
Threaded
♦
♦
Locked
6 messages
urvashi
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Covariance
How to compute cov (x+y,x-y )
Akash
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Covariance
Imagine 2 new random variables u=x+y and v=x-y.
avg(u)=avg(x)+avg(y) avg(v)=avg(x)-avg(y)
Var(u)=var(x) +var(y) Var(v)=var(x) +var(y)
Cov(u,v) is calculated using above. Does that help?
Dr. Strange
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Covariance
Var(u)=var(x) +var(y) + 2 cov(x,y)
Amit Goyal
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Covariance
Administrator
In reply to
this post
by urvashi
cov(X+Y,X-Y)
= cov(X,X) + cov(X,-Y) + cov(Y,X) + cov(Y,-Y)
= cov(X,X) - cov(X,Y) + cov(Y,X) - cov(Y,Y)
= cov(X,X) - cov(Y,Y)
= var(X) - var(Y)
Akash
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Covariance
In reply to
this post
by Dr. Strange
Shit I always forgot the 2xy term.
urvashi
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Covariance
In reply to
this post
by Amit Goyal
Thank you
Free forum by Nabble
Edit this page