pcacomp

PURPOSE

Returns the principal components of (X) specified in vector (index)

SYNOPSIS

function [coeff,score,latent] = pcacomp(X,index)

DESCRIPTION

Returns the principal components of (X) specified in vector (index)
[COEFF,SCORE,LATENT] = PCACOMP(X,INDEX)

 Inputs:
    (X): Data matrix
    (INDEX): Vector containing indices of principal component vectors required

 Output:
    (COEFF):  [pca(X,'NumComponents',index(1)), pca(X,'NumComponents',index(2)), ... ]
    (SCORE):  Representation of X in the principal component space
    (LATENT): Eigenvalues of COV(X'*X)

CROSS-REFERENCE INFORMATION

This function calls: This function is called by:
Generated on Tue 17-Jul-2018 18:58:09 by m2html © 2005