Correlation matrix
The standardized version of the Covariance Matrix.
|
|
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 :
|
Want to contribute to this site ? |