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

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double Tolerance { set; }
Visual Basic (Declaration)
Public Overridable WriteOnly Property Tolerance As Double
Visual C++
public:
virtual property double Tolerance {
	void set (double value);
}

Field Value

A double containing the tolerance used for detecting linear dependence.

Remarks

By default, Tolerance = 2.2204460492503e-16.

See Also