Exercise 4.1 - Uncorrelated does not imply independent

Answers

The mean for Y is:

1 1 X 2 d X = 𝔼 [ X 2 ] .

Calculate the covariance of X and Y :

cov ( X , Y ) = ( X 𝔼 ( X ) ) ( Y 𝔼 ( Y ) ) p ( X , Y ) d X d Y = 1 1 X ( X 2 𝔼 [ X 2 ] ) d X = 0 ,

whose value is zero since we are intergrating an odd function in range [ 1 , 1 ] , hence:

ρ ( X , Y ) = cov ( X , Y ) var ( X ) var ( Y ) = 0 .

Independence is a much stronger condition than uncorrelation. The former exerts constraints on the σ -algebra that random variables generate while the latter only regulates the value of the expectation of a new random variable. Decomposition p ( X , Y ) = p ( X ) p ( Y ) is sufficient for reducing the covariance to zero, but not necessary.

User profile picture
2021-03-24 13:42
Comments