FactorCountMethod 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#
public enum FactorCountMethod

Members

Fixed0 The number of factors is determined by the value of the NumberOfFactors property.
Automatic1 The number of factors equals the number of eigenvalues greater than the value of the FactorThreshold property.
AutomaticRelativeToMean2 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.
All3 The number of factors equals the number of variables.

See Also