GeneralizedEsdTest.GetTest 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#
public SimpleHypothesisTest GetTest(
	int numberOfOutliers
)

Parameters

numberOfOutliers  Int32
The number of outliers to test for.

Return Value

SimpleHypothesisTest
A hypothesis test object.

See Also