Covariance

From Machinelearning
Revision as of 21:04, 11 July 2018 by IssaRice (talk | contribs) (Created page with "The covariance between two random variables <math>X</math> and <math>Y</math> is defined as <math>\operatorname{cov}(X,Y) = \mathrm E((X - \mathrm E(X))(Y - \mathrm E(Y)))</ma...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The covariance between two random variables X and Y is defined as cov(X,Y)=E((XE(X))(YE(Y))).

Questions/things to explain

  • A lot of explanations of covariance say things like "if the covariance is high, then the two variables vary together, so that when one is higher than average the other is as well". That sounds more like conditional expectation though, specifically E(YE(Y)XE(X)).
  • Explain difference (in units, range of values) with correlation.