IMSL C# Numerical Library

NonlinearRegression.FalseConvergenceTolerance Property

The false convergence tolerance.

public virtual double FalseConvergenceTolerance {set;}

Property Value

A double scalar value specifying the false convergence tolerance.

Remarks

The tolerance must be greater than or equal to zero. By default, FalseConvergenceTolerance = 2.22e-14.

Exceptions

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

See Also

NonlinearRegression Class | Imsl.Stat Namespace