The tolerance used in determining linear dependence.

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

Syntax

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

Field Value

A double scalar containing the tolerance used in determining linear dependence.

Remarks

By default, Tolerance = 100.0*2.2204460492503131e-16.

See Also