IMSL C# Numerical Library

NonlinearRegression.StepTolerance Property

The step tolerance.

public virtual double StepTolerance {set;}

Property Value

A double scalar value specifying the step tolerance used to step between two points.

Remarks

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

Exceptions

Exception TypeCondition
ArgumentException is thrown if StepTolerance is set less than 0

See Also

NonlinearRegression Class | Imsl.Stat Namespace