The stopping criterion for use in the nonlinear equation solver.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double RelativeError { get; set; } |
Visual Basic (Declaration) |
---|
Public Property RelativeError As Double |
Visual C++ |
---|
public: property double RelativeError { double get (); void set (double value); } |
Field Value
A double positive scalar containing the stopping criterion for use in the nonlinear equation solver used in the least-squares algorithm.Default: RelativeError = 2.2204460492503131e-012.