Outliers GetOutlierCount Method (List Double )CleanCode C# Libraries v1.2.03 API
Gets the outlier count for a list.

Namespace: CleanCode.Math
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public static int GetOutlierCount(
	List<double> list
)

Parameters

list
Type: OnlineSystem.Collections.Generic List OnlineDouble 
The list.

Return Value

Count of outliers.
See Also