Grubbs Test Constructor
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Grubbs | Constructs a new Grubbs test for a single outlier. |
Grubbs | Constructs a new Grubbs test for a single outlier. |
Grubbs | Constructs a new Grubbs test for a single outlier. |
GrubbsTest
Constructs a new Grubbs test for a single outlier.
public GrubbsTest()
GrubbsTest(Vector<Double>)
Constructs a new Grubbs test for a single outlier.
Remarks
The Grubbs test requires that the sample be normally distributed.
GrubbsTest(Vector<Double>, HypothesisType)
Constructs a new Grubbs test for a single outlier.
public GrubbsTest(
Vector<double> sample,
HypothesisType side
)
Parameters
- sample Vector<Double>
- A vector.
- side HypothesisType
- Specifies whether the test is two-sided or one-sided.
Remarks
The Grubbs test requires that the sample be normally distributed.