Statistics Toolbox
  Go to function:
    Search    Help Desk 
pcacov    Examples   See Also

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

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

See Also



[ Previous | Help Desk | Next ]