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