InterviewSolution
| 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:
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:
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: |
|