Returns the number of outliers detected.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public int NumberOfOutliers { get; }
Visual Basic (Declaration)
Public ReadOnly Property NumberOfOutliers As Integer
Visual C++
public:
property int NumberOfOutliers {
	int get ();
}

Return Value

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