Click or drag to resize
Accord.NET (logo)

GrubbTest Constructor

Constructs a Grubb's test.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public GrubbTest(
	double[] samples,
	GrubbTestHypothesis hypothesis = GrubbTestHypothesis.ThereAreOutliers
)
Request Example View Source

Parameters

samples
Type: SystemDouble
hypothesis (Optional)
Type: Accord.Statistics.TestingGrubbTestHypothesis
See Also