IMSL C# Numerical Library

StepwiseRegression.Tolerance Property

The tolerance used to detect linear dependence among the independent variables.

public virtual double Tolerance {set;}

Property Value

A double containing the tolerance used for detecting linear dependence.

Remarks

By default, Tolerance = 2.2204460492503e-16.

See Also

StepwiseRegression Class | Imsl.Stat Namespace