Various Properties of Covariance
📂Mathematical StatisticsVarious Properties of Covariance
Definitions and Properties
The covariance of probability variables X and Y, whose means are μX and μY respectively, is defined as Cov(X,Y):=E[(X−μX)(Y−μY)]. Covariance has the following properties:
- [1]: Var(X)=Cov(X,X)
- [2]: Cov(X,Y)=Cov(Y,X)
- [3]: Var(X+Y)=Var(X)+Var(Y)+2Cov(X,Y)
- [4]: Cov(X+Y,Z)=Cov(X,Z)+Cov(Y,Z)
- [5]: Cov(aX+b,cY+d)=acCov(X,Y)
Explanation
Covariance indicates the linear correlation between two variables and, unlike variance, can also be negative as well as 0.
Proof
[1]
Cov(X,X)===E[(X−μX)(X−μX)]E[(X−μX)2]Var(X)
■
[2]
Cov(X,Y)===E[(X−μX)(Y−μY)]E[(Y−μY)(X−μX)]Cov(X,Y)
■
[3]
Var(X+Y)=====E[(X+Y−μX−μY)2]E[{(X−μX)+(Y−μY)}2]E[(X−μX)2+2(X−μX)(Y−μY)+(Y−μY)2]E[(X−μX)2]+2E[(X−μX)(Y−μY)]+E[(Y−μY)2]Var(X)+2Cov(X,Y)+Var(Y)
■
[4]
Cov(X+Y,Z)====E[(X+Y−μX−μY)(Z−μZ)]E[{(X−μX)+(Y−μY)}(Z−μZ)]E[(X−μX)(Z−μZ)]+E[(Y−μY)(Z−μZ)]Cov(X,Z)+Cov(Y,Z)
■
[5]
Cov(aX+b,cY+d)=====E[(aX+b−aμX−b)(cY+d−cμY−d)]E[(aX−aμX)(cY−cμY)]E[ac(X−μX)(Y−μY)]acE[(X−μX)(Y−μY)]acCov(X,Y)
■
See Also