|
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
)
Public Sub New (
samples As Double(),
Optional hypothesis As GrubbTestHypothesis = GrubbTestHypothesis.ThereAreOutliers
)
Request Example
View SourceParameters
- samples
- Type: SystemDouble
- hypothesis (Optional)
- Type: Accord.Statistics.TestingGrubbTestHypothesis
See Also