IMSL C# Numerical Library

NonlinLeastSquares.AbsoluteTolerance Property

The absolute function tolerance.

public double AbsoluteTolerance {get; set;}

Property Value

A double scalar value specifying the absolute function tolerance.

Remarks

By default, 1.0e-32 is used as the absolute function tolerance.

Exceptions

Exception Type Condition
ArgumentException is thrown if AbsoluteTolerance is less than or equal to 0

See Also

NonlinLeastSquares Class | Imsl.Math Namespace