IMSL C# Numerical Library

NonlinearRegression.AbsoluteTolerance Property

The absolute function tolerance.

public virtual double AbsoluteTolerance {set;}

Property Value

A double scalar value specifying the absolute function tolerance.

Remarks

The tolerance must be greater than or equal to zero. By default, AbsoluteTolerance = 4.93e-32.

Exceptions

Exception TypeCondition
ArgumentException is thrown if AbsoluteTolerance is set less than 0

See Also

NonlinearRegression Class | Imsl.Stat Namespace