Click or drag to resize
NonlinLeastSquaresAbsoluteTolerance Property
The absolute function tolerance.

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

Property Value

Type: Double
A double scalar value specifying the absolute function tolerance.
Exceptions
ExceptionCondition
ArgumentException is thrown if AbsoluteTolerance is less than or equal to 0
Remarks
When the norm of the function is less than AbsoluteTolerance the procedure stops.

By default, AbsoluteTolerance = 1.0e-32.

See Also