How Do You Calculate Covariance and Correlation for X ~ U[0,1] and Y ~ U[0,X]?

asept
Messages
3
Reaction score
0
I'm stuck on this problem:

Let X be uniform[0,1] and Y be uniform[0,X]. Calculate the covariance and correlation between X and Y.


thanks
 
Physics news on Phys.org
Just apply the definition of covariance and correlation. What are the formulae for both?
 
Cov(X,Y) = E(XY) - E(X)E(Y)
 
Yes correct, and now just apply the formulae for E(X), E(Y) and E(XY). What formulae should you use to evaluate each?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top