NonlinearRegressionRelativeTolerance Property |
The relative function tolerance
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double RelativeTolerance { set; }
Public Overridable WriteOnly Property RelativeTolerance As Double
Set
public:
virtual property double RelativeTolerance {
void set (double value);
}
abstract RelativeTolerance : float with set
override RelativeTolerance : float with set
Property Value
Type:
Double
A
double scalar value specifying the relative function
tolerance.
Exceptions Exception | Condition |
---|
ArgumentException |
is thrown if RelativeTolerance is set less than 0
|
Remarks
The relative function tolerance must be greater than or equal to
zero. By default, RelativeTolerance = 1.0e-20.
See Also