FactorScoreMethod Enumeration

Enumerates the ways factor scores may be computed.

DefinitionPermalink

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

MembersPermalink

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 AlsoPermalink