Click or drag to resize

FactorAnalysisCovarianceExtraction, Rotation Methods

The FactorAnalysisCovarianceExtraction, 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 Returns a deep copy of self.
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 Rotated raw rotated factors and raw sum of squared loadings are sorted by the variable variances of the scaled rotated factors.
(Overrides DoubleFactorAnalysisExtraction, RotationSortRotatedFactorsAndLoadings(DoubleMatrix))
Top
See Also