Covariance of Discrete Random Variables

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 14K views
Shackman
Messages
22
Reaction score
2

Homework Statement


Find E(XY), Cov(X,Y) and correlation(X,Y) for the random variables X, Y whose joint distribution is given by the following table.

X
1 2 3
Y -1| 0 .1 .1

0| 0 .5 .6

1| .2 0 0

The Attempt at a Solution



The covariance and correlation fall into place quite easily once I have found E(XY). I have found E(X), E(Y), Var(X) and Var(Y) but none of these values help as the variables are not independent. So in trying to find E(XY), I am trying to set up the double integral, but am confused by the fact that the variables are discrete. The limits of integration are not obvious and it is not obvious how to integrate a discrete function either. Is there another way I can look at this?
 
Last edited:
Physics news on Phys.org
[tex]E[XY]=\sum\sum xyf(x,y)[/tex]
 
That is so much better. Thanks. The organization of my book is pretty terrible, I'm just finding that equation now.