Click or drag to resize
Accord.NET (logo)

GrubbTestHypothesis Enumeration

Hypothesis for the one-sample Grubb's test.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public enum GrubbTestHypothesis
Members
  Member nameValueDescription
ThereAreOutliers0 Tests whether there is at least one outlier in the data.
TheMaximumIsAnOutlier1 Tests whether the maximum value in the data is actually an outlier.
TheMinimumIsAnOutlier2 Tests whether the minimum value in the data is actually an outlier.
See Also