1.

What are the differences between correlation and covariance?

Answer»

Although these two terms are used for establishing a relationship and dependency between any two random variables, the following are the differences between them:

  • <STRONG>Correlation: This TECHNIQUE is used to measure and estimate the quantitative relationship between two variables and is measured in terms of how strong are the variables related.
  • Covariance: It represents the extent to which the variables change together in a cycle. This explains the systematic relationship between pair of variables where CHANGES in one affect changes in another variable.

Mathematically, consider 2 random variables, X and Y where the means are represented as μX{"detectHand":false} and μY{"detectHand":false} RESPECTIVELY and standard deviations are represented by σX{"detectHand":false} and σY{"detectHand":false} respectively and E represents the EXPECTED value operator, then:

  • covarianceXY = E[(X-μX{"detectHand":false}),(Y-μY{"detectHand":false})]
  • correlationXY = E[(X-μX{"detectHand":false}),(Y-μY{"detectHand":false})]/(σX{"detectHand":false}σY{"detectHand":false})
    so that
correlation(X,Y) = covariance(X,Y)/(covariance(X) covariance(Y))

Based on the above formula, we can deduce that the correlation is dimensionless whereas covariance is represented in units that are obtained from the multiplication of units of two variables.

The following image graphically shows the difference between correlation and covariance:



Discussion

No Comment Found