IMSL C# Numerical Library

NonlinLeastSquares.RelativeTolerance Property

The relative function tolerance.

public double RelativeTolerance {get; set;}

Property Value

A double scalar value specifying the relative function tolerance.

Remarks

By default, 1.0e-20 is used as the relative function tolerance.

Exceptions

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

See Also

NonlinLeastSquares Class | Imsl.Math Namespace