ARMAOutlierIdentificationNumberOfOutliers Property |
Returns the number of outliers detected.
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
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