NonlinearRegressionStepTolerance Property |
The step tolerance.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double StepTolerance { set; }
Public Overridable WriteOnly Property StepTolerance As Double
Set
public:
virtual property double StepTolerance {
void set (double value);
}
abstract StepTolerance : float with set
override StepTolerance : float with set
Property Value
Type:
Double
A
double scalar value specifying the step tolerance used to
step between two points.
Exceptions Remarks
The step tolerance must be greater than or equal to zero.
bY default StepTolerance = 3.667e-11.
See Also