The number of detected outliers.

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 ();
}

Field Value

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