Correlation matrix

The standardized version of the Covariance Matrix.

 

The general layout is the same as that of the covariance matrix, but here, entry C[i, j] is the correlation coefficient of (xi, xj) (instead of their covariance).

 

 

 

So the diagonal has now "1" in all positions (the value of the correlation coefficient of a variable with istself), and off-diagonal positions (i, j) are r(xi, xj) (or r(xi, xj)), the correlation coefficient of variables xi and xj. The matrix is of course symmetrical.

 

Whereas the covariance matrix is of prime interest to the theoretician, practitioners are more used to the correlation matrix, because of correlation coefficient is more intuitive than a covariance. Other than that, both matrices have essentially the same properties ().

 

Principal Components Analysis is performed by diagonalization of the Correlation Matrix of the variables (usually, after they have been standardized).

 

____________________________________________________________

 

Related readings :

Covariance matrix

Correlation coefficient

Principal Components Analysis

Download this Glossary

 

Want to contribute to this site ?