Joint Expectation
E[XY]=∑ΩX∑ΩYxy⋅pX,Y(x,y) orE[XY]=∫ΩX∫ΩYxy⋅fX,Y(x,y)
Why is this useful? Because it leads to the correlation and covariance.
The book spends some time justifying this for the discrete case, but I am ok just taking this as given:
Covariance of two variables X and Y is:
Cov(X,Y)=E[XY]−E[X]E[Y]=E[(X−μx)(Y−μy)] where μx=E[X] and μy=E[Y]
- Covariance allows use to state this theorem:
E[X+Y]=E[X]+E[Y]Var[X+Y]=Var[X]+2Cov(X,Y)+Var[Y]