Click or drag to resize
NonlinearRegressionFalseConvergenceTolerance Property
The false convergence tolerance.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double FalseConvergenceTolerance { set; }

Property Value

Type: Double
A double scalar value specifying the false convergence tolerance.
Exceptions
ExceptionCondition
ArgumentException is thrown if FalseConvergenceTolerance is set less than 0
Remarks

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

See Also