Click or drag to resize
NonlinearRegressionAbsoluteTolerance Property
The absolute function tolerance.

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

Property Value

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

The tolerance must be greater than or equal to zero. By default, AbsoluteTolerance = 4.93e-32.

See Also