Click or drag to resize
ARMAOutlierIdentificationCriticalValue Property
The critical value used as a threshold during outlier detection.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double CriticalValue { get; set; }

Property Value

Type: Double
A double scalar, the critical value used as a threshold for the statistics used in the outlier detection.

Default: CriticalValue = 3.0.

Remarks
The critical value must be greater than zero.
See Also