Returns the test for the specified number of outliers.
Namespace:
Extreme.Statistics.Tests
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public SimpleHypothesisTest GetTest(
int numberOfOutliers
)
Public Function GetTest (
numberOfOutliers As Integer
) As SimpleHypothesisTest
public:
SimpleHypothesisTest^ GetTest(
int numberOfOutliers
)
member GetTest :
numberOfOutliers : int -> SimpleHypothesisTest
Parameters
- numberOfOutliers
- Type: SystemInt32
The number of outliers to test for.
Return Value
Type:
SimpleHypothesisTestA hypothesis test object.
Reference