Factor Count Method Enumeration
Enumerates the possible ways the number of factors in a factor analysis may be determined.
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 FactorCountMethod
Members
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. |