Enumerates the ways factor scores may be computed.
Namespace:
Extreme.Statistics.Multivariate
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public enum FactorScoreMethod
Public Enumeration FactorScoreMethod
public enum class FactorScoreMethod
| Member name | Value | Description |
---|
| 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.
|
Reference