AutoARIMANumberOfOutliers Property |
The number of detected outliers.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int NumberOfOutliers { get; }
Public ReadOnly Property NumberOfOutliers As Integer
Get
public:
property int NumberOfOutliers {
int get ();
}
member NumberOfOutliers : int with 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