Factor Score Method Enumeration
Enumerates the ways factor scores may be computed.
Definition
Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public enum FactorScoreMethod
Members
None | 0 | Factor scores are not computed. |
Regression | 1 | Factor scores are computed using the regression method. |
Bartlett | 2 | Factor scores are computed using Bartlett's method. |
AndersonRubin | 3 | Factor scores are computed using the Anderson-Rubin method. |