Outliers ClassCleanCode C# Libraries v1.2.03 API
Method for detecting outliers in a data set.
Inheritance Hierarchy

OnlineSystem Object
  CleanCode.Math Outliers

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

public static class Outliers
Remarks

Calculates the Grubbs' Z-value for each element in the list and compares to a published list of critical Z-values. If the calculated Z-value exceeds the critical Z, then the original value has probability less than 5% of belonging to the group. Derived from Onlinehttp://www.graphpad.com/articles/grubbs.htm.

Since CleanCode 0.9.09.

See Also