NonlinearRegressionGradientTolerance Property |
The gradient tolerance.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double GradientTolerance { set; }
Public Overridable WriteOnly Property GradientTolerance As Double
Set
public:
virtual property double GradientTolerance {
void set (double value);
}
abstract GradientTolerance : float with set
override GradientTolerance : float with set
Property Value
Type:
Double
A
double specifying the gradient tolerance used to compute the
gradient.
Exceptions Exception | Condition |
---|
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