EasyDeepLearn

Independence vs uncorrelatedness — what's the difference?

medium

Answer

  • Independent means P(A, B) = P(A) P(B): no relationship at all.
  • Uncorrelated means covariance = 0: no linear relationship.
  • Independence implies uncorrelated, but the reverse is false in general — X and X2X^{2} can have zero correlation while being fully dependent.
  • For jointly Gaussian variables, uncorrelated implies independent — a special case.
Check yourself — multiple choice
  • Uncorrelated implies independent in general
  • Independent implies uncorrelated; the converse holds only for Gaussians
  • They are always equivalent
  • Covariance = 0 always means variables are unrelated

Independence is strictly stronger than uncorrelatedness in general.

#probability#variance

Practise Statistics Fundamentals

215 interview questions in this topic.

Related questions