IMSL C# Numerical Library

MinUnconMultiVar.FalseConvergenceTolerance Property

NOTE: This property is now obsolete.

The set method was deprecated in JMSL and so the pair are deprecated here as well.


The false convergence tolerance.

public double FalseConvergenceTolerance {get; set;}

Property Value

A double scalar value specifying the false convergence tolerance.

Remarks

By default, 2.22044604925031308e-14 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

MinUnconMultiVar Class | Imsl.Math Namespace