Click or drag to resize

FactorAnalysisCorrelationExtraction, RotationFactorScores(IFactorScores) Method

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.

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

Parameters

compMethod  IFactorScores
Object for computing factor scores.

Return Value

DoubleMatrix
The matrix of factor scores.
See Also