Click or drag to resize

FactorAnalysisCorrelationExtraction, Rotation Methods

The FactorAnalysisCorrelationExtraction, Rotation type exposes the following members.

Methods
 NameDescription
Public methodAnalyze Performs a factor analysis on the given symmetric covariance or correlation matrix for the data being analyzed.
(Inherited from DoubleFactorAnalysisExtraction, Rotation)
Public methodClone Overrides the object Clone method.
Public methodFactorScoreCoefficients Gets the coefficients by which the variables are multiplied to obtain factor scores. The coefficients are computed using an instance of the class
C#
RegressionFactorScores
.
Public methodFactorScoreCoefficients(IFactorScores) Gets the coefficients by which the variables are multiplied to obtain factor scores.
Public methodFactorScores Gets the matrix of factor scores. The score for a given factor is a linear combination of all of the measures, weighted by the corresponding factor loading. The scores are computed using an instance of the class
C#
RegressionFactorScores
Public methodFactorScores(IFactorScores) Gets the matrix of factor scores using the provided algorithm to compute them. The score for a given factor is a linear combination of all of the measures, weighted by the corresponding factor loading.
Protected methodRotate Performs factor rotation using the
C#
factorRotation_
field.
(Inherited from DoubleFactorAnalysisExtraction, Rotation)
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.
(Inherited from DoubleFactorAnalysisExtraction, Rotation)
Top
See Also