Click or drag to resize
AutoARIMANumberOfOutliers Property
The number of detected outliers.

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

Property Value

Type: Int32
An int scalar containing the number of outliers detected.
Remarks
One of the Compute methods must be invoked first before using this property. Otherwise, the method throws an InvalidOperationException exception.
See Also