Click or drag to resize
NonlinLeastSquaresRelativeTolerance Property
The relative function tolerance.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double RelativeTolerance { get; set; }

Property Value

Type: Double
A double scalar value specifying the relative function tolerance.
Exceptions
ExceptionCondition
ArgumentException is thrown if RelativeTolerance is less than or equal to 0
Remarks
By default, RelativeTolerance = 1.0e-20.
See Also