Click or drag to resize

DoubleFactorAnalysisExtraction, Rotation Methods

The DoubleFactorAnalysisExtraction, Rotation type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAdjustFactorSigns Adjusts the signs of the factors according to the convention that the sum of all factor components should be non-negative. Implemented to match SPSS output.
Public methodAnalyze Performs a factor analysis on the given symmetric covariance or correlation matrix for the data being analyzed.
Public methodClone Returns a deep copy of self.
Public methodStatic memberComputeCovarianceMatrix Computes the covaraince matrix for the given data and bias type. The result is returned as a symmetric matrix object.
Protected methodRotate Performs factor rotation using the
C#
factorRotation_
field.
Protected methodSortRotatedFactorsAndLoadings Sorts the rotated factor and rotated sum of squared loadings matrices in order of descending variance of the rotated factors. Done mostly to match the output of SPSS. The result is stored in the
C#
rotatedFactorMatrix_
field.
Public methodStatic memberStandardizeData Computes the standardized data - means 0 and variances 1.
Top
See Also