Click or drag to resize
ARMAOutlierIdentificationNumberOfOutliers Property
Returns the number of outliers detected.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public int NumberOfOutliers { get; }

Return Value

Type: Int32
An int scalar containing the number of outliers detected.
Remarks
The Compute method must be called before using this property. Otherwise, an InvalidOperationException exception is thrown.
See Also