IMSL C# Numerical Library

NonlinearRegression.RelativeTolerance Property

The relative function tolerance

public virtual double RelativeTolerance {set;}

Property Value

A double scalar value specifying the relative function tolerance.

Remarks

The relative function tolerance must be greater than or equal to zero. By default, RelativeTolerance = 1.0e-20.

Exceptions

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

See Also

NonlinearRegression Class | Imsl.Stat Namespace