0

If we have a diagonal covariance matrix does that guarantee independency?

wageeh
  • 241

1 Answers1

-1

No, not in general. A covariance of zero between two random variables does not necessarily imply that they are independent. However, the statement is true if the variables are normally distributed.

  • In fact, zero covariance does not imply independence even for normally distributed variables. See here. Rather, if two variables are from a multivariable normal distribution and are zero covariance, it implies independence. – Tom Bennett Feb 04 '21 at 22:42