IMSL C# Numerical Library

NonlinearRegression.GradientTolerance Property

The gradient tolerance.

public virtual double GradientTolerance {set;}

Property Value

A double specifying the gradient tolerance used to compute the gradient.

Remarks

The tolerance must be greater than or equal to zero. By default, GradientTolerance= 6.055e-6.

Exceptions

Exception TypeCondition
ArgumentException is thrown if GradientTolerance is set less than 0

See Also

NonlinearRegression Class | Imsl.Stat Namespace