Covariance: Difference between revisions

From Machinelearning
No edit summary
Line 6: Line 6:
* Explain difference (in units, range of values) with correlation. Can we get positive/negative/large/small covariance and negative/positive/small/large correlation?
* Explain difference (in units, range of values) with correlation. Can we get positive/negative/large/small covariance and negative/positive/small/large correlation?
* Visualization as signed area of rectangles: between all points [https://stats.stackexchange.com/a/18200] [http://www.davidchudzicki.com/posts/covariance-as-signed-area-of-rectangles/] and between the axes drawn by the means [https://mbernste.github.io/files/notes/VisualizingVarianceCovariance.pdf] [https://stats.seandolinar.com/covariance-different-ways-to-explain/]
* Visualization as signed area of rectangles: between all points [https://stats.stackexchange.com/a/18200] [http://www.davidchudzicki.com/posts/covariance-as-signed-area-of-rectangles/] and between the axes drawn by the means [https://mbernste.github.io/files/notes/VisualizingVarianceCovariance.pdf] [https://stats.seandolinar.com/covariance-different-ways-to-explain/]
[[Category:Probability]]

Revision as of 03:40, 16 January 2019

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)). Can we express covariance in terms of this conditional language?
  • Explain difference (in units, range of values) with correlation. Can we get positive/negative/large/small covariance and negative/positive/small/large correlation?
  • Visualization as signed area of rectangles: between all points [1] [2] and between the axes drawn by the means [3] [4]