Enumerates the possible ways the number of factors in a factor analysis may be determined.
Namespace:
Extreme.Statistics.Multivariate
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public enum FactorCountMethod
Public Enumeration FactorCountMethod
public enum class FactorCountMethod
| Member name | Value | Description |
---|
| Fixed | 0 |
The number of factors is determined by the value of the
NumberOfFactors property.
|
| Automatic | 1 |
The number of factors equals the number of eigenvalues greater than
the value of the FactorThreshold property.
|
| AutomaticRelativeToMean | 2 |
The number of factors equals the number of eigenvalues greater than
a factor equal to the value of the FactorThreshold
property times the mean of the eigenvalues.
|
| All | 3 |
The number of factors equals the number of variables.
|
Reference