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