ARMAOutlierIdentificationAccuracyTolerance Property |
The tolerance value controlling the accuracy of the parameter estimates.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double AccuracyTolerance { get; set; }
Public Property AccuracyTolerance As Double
Get
Set
public:
property double AccuracyTolerance {
double get ();
void set (double value);
}
member AccuracyTolerance : float with get, set
Property Value
Type:
Double
A
double scalar, a positive tolerance value
controlling the accuracy of parameter estimates during outlier
detection.
Default: AccuracyTolerance = 0.001.
See Also