23.4. Independence#
If the elements of
In the other direction, zero covariance doesn’t in general imply independence, and pairwise independence doesn’t imply mutual independence. But once again, the multivariate normal turns out to have a wonderful property:
If
That is, multivariate normal random variables are independent if and only if they are pairwise uncorrelated.
See More
This is easy to see from the form of the density of
and therefore
In the constant of integration,
Therefore the density of
Thus for a multivariate normal random vector, “pairwise uncorrelated” is equivalent to “mutually independent” and is a much easier condition to check.
The result makes it easy to see if two coordinates of a multivariate normal vector are independent. All you have to do is find the covariance between the two. If the covariance is
23.4.1. Sum and Difference, Revisited#
Let
If
Thus for example the sum and difference of two i.i.d. normal random variables are independent.
You have shown in exercises that the sum and differences of any two i.i.d. random variables are uncorrelated. If in addition the two variables are normal, then their sum and difference are independent, not just uncorrelated.