FactorAnalysis.FactorThreshold Property

Gets or sets the threshold value for automatically determining the number of factors to be extracted.

Definition

Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public double FactorThreshold { get; set; }

Property Value

Double

Remarks

The exact meaning of this value depends on the value of the FactorCountMethod property. When is it set to Automatic, the number of factors is the number of eigenvalues greater than the threshold. When it is set to AutomaticRelativeToMean, the number of factors is ther number of eigenvalues greater than the threshold times the mean of the eigenvalues. Otherwise, this value is ignored.

See Also