Click or drag to resize

FactorAnalysisCorrelationExtraction, RotationFactorScores Method

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix FactorScores()

Return Value

DoubleMatrix
The matrix of factor scores.
See Also