Girish Mahajan (Editor)

Normally distributed and uncorrelated does not imply independent

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Normally distributed and uncorrelated does not imply independent

In probability theory, two random variables being linearly uncorrelated does not imply their independence (however, for some measures of non-linear correlation such as the distance correlation, uncorrelated implies independent). In some contexts, linear uncorrelatedness implies at least pairwise independence (as when the random variables involved have Bernoulli distributions). It is sometimes mistakenly thought that one context in which linear uncorrelatedness implies independence is when the random variables involved are normally distributed. However, this is incorrect if the variables are merely marginally normally distributed but not jointly normally distributed.

Contents

Suppose two random variables X and Y are jointly normally distributed. That is the same as saying that the random vector (XY) has a multivariate normal distribution. It means that the joint probability distribution of X and Y is such that each linear combination of X and Y is normally distributed, i.e. for any two constant (i.e., non-random) scalars a and b, the random variable aX + bY is normally distributed. In that case if X and Y are uncorrelated, i.e., their covariance cov(XY) is zero, then they are independent. However, it is possible for two random variables X and Y to be so distributed jointly that each one alone is marginally normally distributed, and they are uncorrelated, but they are not independent; examples are given below.

A symmetric example

Suppose X has a normal distribution with expected value 0 and variance 1. Let W have the Rademacher distribution, so that W = 1 or −1, each with probability 1/2, and assume W is independent of X. Let Y = WX. Then

  • X and Y are uncorrelated;
  • both have the same normal distribution; and
  • X and Y are not independent.
  • Note that the distribution of the simple linear combination X + Y concentrates positive probability at 0: Pr(X + Y = 0)  = 1/2 and so is not normally distributed. By the definition above, X and Y are not jointly normally distributed.

    To see that X and Y are uncorrelated, consider

    cov ( X , Y ) = E ( X Y ) E ( X ) E ( Y ) = E ( X Y ) 0 = E ( X 2 W ) = E ( X 2 ) E ( W ) = E ( X 2 ) 0 = 0.

    To see that Y has the same normal distribution as X, consider

    Pr ( Y x ) = E ( Pr ( Y x W ) ) = Pr ( X x ) Pr ( W = 1 ) + Pr ( X x ) Pr ( W = 1 ) = Φ ( x ) 1 2 + Φ ( x ) 1 2

    (since X and −X both have the same normal distribution), where Φ ( x ) is the cumulative distribution function of the normal distribution..

    To see that X and Y are not independent, observe that |Y| = |X| or that Pr(Y > 1 | X = 1/2) = Pr(X > 1 | X = 1/2) = 0.

    An asymmetric example

    Suppose X has a normal distribution with expected value 0 and variance 1. Let

    Y = { X if  | X | c X if  | X | > c

    where c is a positive number to be specified below. If c is very small, then the correlation corr(XY) is near −1; if c is very large, then corr(XY) is near 1. Since the correlation is a continuous function of c, the intermediate value theorem implies there is some particular value of c that makes the correlation 0. That value is approximately 1.54. In that case, X and Y are uncorrelated, but they are clearly not independent, since X completely determines Y.

    To see that Y is normally distributed—indeed, that its distribution is the same as that of X—let us find its cumulative distribution function:

    Pr ( Y x ) = Pr ( { | X | c  and  X x }  or  { | X | > c  and  X x } ) = Pr ( | X | c  and  X x ) + Pr ( | X | > c  and  X x ) = Pr ( | X | c  and  X x ) + Pr ( | X | > c  and  X x ) = Pr ( X x ) .

    where the next-to-last equality follows from the symmetry of the distribution of X and the symmetry of the condition that |X| ≤ c.

    Observe that the difference X − Y is nowhere near being normally distributed, since it has a substantial probability (about 0.88) of it being equal to 0, whereas the normal distribution, being a continuous distribution, has no discrete part, i.e., does not concentrate more than zero probability at any single point. Consequently X and Y are not jointly normally distributed, even though they are separately normally distributed.

    References

    Normally distributed and uncorrelated does not imply independent Wikipedia