Factor Score Method 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#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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. |