Constructs a new Mann-Whitney test.
Namespace: Extreme.Statistics.TestsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public:
MannWhitneyTest()
new : unit -> MannWhitneyTest
This constructor constructs a 'blank' Mann-Whitney test.
The test is two-tailed and has a significance level of 0.95.
The default settings can be modified by setting the HypothesisType
and SignificanceLevel properties.
The samples have to be set using the Sample1 and
Sample1 properties before any
of the test results are accessed.
Numerical Libraries
Supported in: 5.x, 4.x
Reference