Click or drag to resize

FactorAnalysisCorrelationExtraction, RotationFactorScoreCoefficients Method

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
.

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

Return Value

DoubleMatrix
The matrix of factor score coefficients.
See Also