Click or drag to resize
NonlinearRegressionRelativeTolerance Property
The relative function tolerance

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

Property Value

Type: Double
A double scalar value specifying the relative function tolerance.
Exceptions
ExceptionCondition
ArgumentException is thrown if RelativeTolerance is set less than 0
Remarks

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

See Also