Method for detecting outliers in a data set.
System Object CleanCode.Math OutliersNamespace: CleanCode.MathAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
public static class Outliers
public static class Outliers
Public NotInheritable Class Outliers
Public NotInheritable Class Outliers
public ref class Outliers abstract sealed
public ref class Outliers abstract sealed
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
http://www.graphpad.com/articles/grubbs.htm.
Since CleanCode 0.9.09.