1
$\begingroup$

If one fair six-sided die is rolled, suppose that $X$ is the total number of even numbers shown and $Y$ is the total number of fives shown.

How can I go about calculating the correlation exactly in terms of $p_1$ and $p_2$?

I was given, Hint: Notice that $E(XY) = 0$. Explain why this is true and use this fact in your calculation.

I'm not sure how to do about this... any ideas on where to start?

1 Answers 1

1

Hints to start:

  • The covariance is $E[(X-E[X])(Y-E[Y])] = E[XY]-E[X]E[Y]$

  • The correlation coefficient is the covariance divided by the product of the standard deviations.

  • For a Bernoulli random variable which is $1$ with probability $p$ and $0$ with probability $1-p$, the expectation is $p$ and the standard deviation is $\sqrt{p(1-p)}$

  • 0
    thank you.. that makes much more sense!2012-12-03