Generalized Esd Test.Get Test Method
Returns the test for the specified number of outliers.
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A hypothesis test object.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public SimpleHypothesisTest GetTest(
int numberOfOutliers
)
Parameters
- numberOfOutliers Int32
- The number of outliers to test for.
Return Value
SimpleHypothesisTestA hypothesis test object.