TPCAMode Enumeration

type TPCAMode = ( PCACorrMat, PCACovMat, PCARawData );

Defines type of Principal Component Analysis (PCA).

Defines whether the PCA analysis is to be run on a correlation or covariance matrix. Normally, the analysis is run on the scale-invariant correlation matrix since the scale of the variables changes the analysis when the covariance matrix is used.

Values

NameDescription
PCACorrMatCA is run on correlation matrix (supported by PCA).
PCACovMatCA is run on covariance matrix (supported by PCA and FA).
PCARawDataCA is run on raw data matrix (supported by PCA and FA).