I have a quick question regarding generating samples from a multivariate normal distribution. When drawing samples from a standard normal distribution we can assume that the samples are i.i.d. However when drawing samples from a MVN with a co variance matrix which is not the identity matrix may we assume that they are i.i.d?
I am aware that the co variance matrix may highlight correlations between samples so I'm unsure if this nullifies the i.i.d property.Any input/explanation would be greatly appreciated.
Thanks in advance