Explanation
The correlation coefficient is calculated using the formula:
ρX,Y=σX⋅σYCov(X,Y)
From the covariance matrix:
- Variance of X = 650, so standard deviation σ_X = √650 = 25.50
- Variance of Y = 450, so standard deviation σ_Y = √450 = 21.21
- Covariance between X and Y = 120
Now calculate:
ρX,Y=25.50×21.21120=540.855120=0.2218≈0.22
Therefore, the correlation coefficient is approximately 0.22.
Key points:
- The diagonal elements of a covariance matrix represent variances
- Off-diagonal elements represent covariances
- Correlation is the standardized covariance (covariance divided by the product of standard deviations)
- Correlation values range from -1 to +1