GeneralizedEsdTest.GetTest 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.0
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