Statistics Toolbox    
pcacov

Principal Components Analysis (PCA) using the covariance matrix

Syntax

Description

[pc,latent,explained] = pcacov(X) takes the covariance matrix X and returns the principal components in pc, the eigenvalues of the covariance matrix of X in latent, and the percentage of the total variance in the observations explained by each eigenvector in explained.

Example

References

[1]  Jackson, J. E., A User's Guide to Principal Components, John Wiley and Sons, Inc. 1991. pp. 1-25.

See Also
barttest, pcares, princomp


  pareto pcares