IMSL C# Numerical Library

NonlinLeastSquares.StepTolerance Property

The step tolerance used to step between two points.

public double StepTolerance {get; set;}

Property Value

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

Remarks

By default, the cube root of machine precision is used as the step tolerance.

Exceptions

Exception Type Condition
ArgumentException is thrown if StepTolerance is less than or equal to 0

See Also

NonlinLeastSquares Class | Imsl.Math Namespace