Click or drag to resize

IFactorScores Interface

Interface for factor score computation in a factor analysis.

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

The IFactorScores type exposes the following members.

Methods
 NameDescription
Public methodComputeFactorScores Compute the factor scores in a factor analysis from the given data, covariance matrix and extracted factors.
Top
See Also