Click or drag to resize
StepwiseRegressionTolerance Property
The tolerance used to detect linear dependence among the independent variables.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double Tolerance { set; }

Property Value

Type: Double
A double containing the tolerance used for detecting linear dependence.
Remarks
By default, Tolerance = 2.2204460492503e-16.
See Also