My lecture notes ask the following (true/false) question on understanding:
Jointly normally distributed random variables are independent iff they are uncorrelated.
I don't quite understand what role does the word jointly play here. As far as I know:
$$(X,Y) \text{ is normal} \iff \text{both } X \text{ and } Y \text{ are normal}.$$
So from what I can tell, the statement would still be true if we removed the word jointly. Is there any need to emphasis it here?
The brilliant example of normal but not jointly normal uncorrelaeted but dependent variables is here: http://en.wikipedia.org/wiki/Normally_distributed_and_uncorrelated_does_not_imply_independent Briefly if $X$ is normal and $Y=WX$ where $W$ has binary $-1,1$ distribution then $X,Y$ both are normal uncorrelated but dependent. They are not jointly normal.