The gradient tolerance for the convergence algorithm.

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

Syntax

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

Field Value

A double scalar containing the tolerance used for numerically estimating the gradient by differences.

Remarks

By default, GradientTolerance = 1e-04.

See Also