Stepwise Options.To Enter Statistic Threshold Property
Gets or sets the critical value for the statistic needed to allow a variable to enter the model.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public double ToEnterStatisticThreshold { 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
Argument | value is less than zero or greater than one. |