Click or drag to resize

FactorAnalysisCorrelationExtraction, RotationFactorScoreCoefficients(IFactorScores) Method

Gets the coefficients by which the variables are multiplied to obtain factor scores.

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

Parameters

compMethod  IFactorScores
Algorithm to use for computing factor score coefficients.

Return Value

DoubleMatrix
The matrix of factor score coefficients.
See Also