StepwiseOptions.ToRemovePValueThreshold Property

Gets or sets the maximum significance level needed to consider a variable for removal from the model.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double ToRemovePValueThreshold { get; set; }

Property Value

Double

Remarks

The default value for this property is 0.10. Setting this property also sets the Criterion property to use the p-value.

Exceptions

ArgumentOutOfRangeException

value is less than zero or greater than one.

See Also