IMSL C# Numerical Library

NonlinLeastSquares.FalseConvergenceTolerance Property

The false convergence tolerance.

public double FalseConvergenceTolerance {get; set;}

Property Value

A double scalar value specifying the false convergence tolerance.

Remarks

By default, 100.0e-16 is used as the false convergence tolerance.

Exceptions

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

See Also

NonlinLeastSquares Class | Imsl.Math Namespace