Stepwise Options.To Remove Statistic Threshold Property
Gets or sets the critical value for the statistic to cause a variable to be removed from the model.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double ToRemoveStatisticThreshold { get; set; }
Property Value
DoubleRemarks
The default value for this property is 0.05.
Setting this property also sets the Criterion property to use the statistic.
Exceptions
ArgumentOutOfRangeException | value is less than zero or greater than one. |