The tolerance value controlling the accuracy of the parameter estimates.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double AccuracyTolerance { get; set; } |
Visual Basic (Declaration) |
---|
Public Property AccuracyTolerance As Double |
Visual C++ |
---|
public: property double AccuracyTolerance { double get (); void set (double value); } |
Field Value
A double scalar, a positive tolerance value controlling the accuracy of parameter estimates during outlier detection.Default: AccuracyTolerance = 0.001.