Click or drag to resize
NonlinearRegressionStepTolerance Property
The step tolerance.

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

Property Value

Type: Double
A double scalar value specifying the step tolerance used to step between two points.
Exceptions
ExceptionCondition
ArgumentException is thrown if StepTolerance is set less than 0
Remarks

The step tolerance must be greater than or equal to zero. bY default StepTolerance = 3.667e-11.

See Also