Click or drag to resize
ARMAOutlierIdentificationAccuracyTolerance Property
The tolerance value controlling the accuracy of the parameter estimates.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double AccuracyTolerance { 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