FactorScoreMethod Enumeration

Enumerates the ways factor scores may be computed.

Definition

Namespace: Extreme.Statistics.Multivariate
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public enum FactorScoreMethod

Members

None0 Factor scores are not computed.
Regression1 Factor scores are computed using the regression method.
Bartlett2 Factor scores are computed using Bartlett's method.
AndersonRubin3 Factor scores are computed using the Anderson-Rubin method.

See Also