Ch 7 Flashcards
What is the joint probability mass function of two discrete variables X and Y?
PX,Y(x,y)=P(X=x,Y=y)
What are properties of joint pmfs?
•0<=PX,Y(x,y)<=1 for all x,y
•Sum x,y PX,Y(x,y)=1
What is a marginal mass function?
Let X and Y be two discrete RVs with joint pmf. Then the probability mass functions of X and Y are marginal mass functions
What are marginal mass functions given by?
pX(x)=sum y PX,Y(x,y) and
pY(y)=sum x PX,Y(x,y)
What is joint probability density function of two continuous RVs?
P(X€A,Y€A)=integral A integral B fX,Y(x,y)dydx
Properties of joint pdfs?
•greater than 0
•integral over all real =1
What are marginal densities given by?
fX(x)=integral R fX,Y(x,y) dy
fY(y)=integral R fX,Y(x,y) dx
When are X and Y independent if they have joint density fX,Y?
Iff fX,Y(x,y)=fX(x)fY(y) for all x,y€R
Define covariance
Cov(X,Y)=E[XY]-E[X]E[Y]
What is cov(X,Y) if X and Y are independent?
0
Rewrite Cov(X,Y)
Cov(X,Y)=E[(X-E[X])(Y-E[Y])]
When is the covariance positive?
If X and Y tend to increase and decrease together, negative if they do the opposite to each other
What are the properties of covariance?
•Cov(X,Y)=Cov(Y,X)
•Cov(X,X)=Var(X)
•Cov(aX*bY,Z)=aCov(X,Y)+bCov(Y,Z) for all a,b€R
Define the correlation of two rvs
Cor(X,Y)=(Cov(X,Y))/(sqrt(Var(X)Var(Y))
What is Var(X +Y) if C and Y have finite variance?
Var(X+Y)=Var(X)+Var(Y)+2Cov(X,Y)