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.1.5
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public enum FactorScoreMethodMembers
| 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. |