Click or drag to resize
NonlinearRegressionGradientTolerance Property
The gradient tolerance.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double GradientTolerance { set; }

Property Value

Type: Double
A double specifying the gradient tolerance used to compute the gradient.
Exceptions
ExceptionCondition
ArgumentException is thrown if GradientTolerance is set less than 0
Remarks

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

See Also