Uses of Class
org.apache.commons.statistics.inference.MannWhitneyUTest
Packages that use MannWhitneyUTest
-
Uses of MannWhitneyUTest in org.apache.commons.statistics.inference
Fields in org.apache.commons.statistics.inference declared as MannWhitneyUTestModifier and TypeFieldDescriptionprivate static final MannWhitneyUTest
MannWhitneyUTest.DEFAULT
Default instance.Methods in org.apache.commons.statistics.inference that return MannWhitneyUTestModifier and TypeMethodDescriptionMannWhitneyUTest.with
(AlternativeHypothesis v) Return an instance with the configured alternative hypothesis.MannWhitneyUTest.with
(ContinuityCorrection v) Return an instance with the configured continuity correction.MannWhitneyUTest.with
(PValueMethod v) Return an instance with the configured p-value method.static MannWhitneyUTest
MannWhitneyUTest.withDefaults()
Return an instance using the default options.MannWhitneyUTest.withMu
(double v) Return an instance with the configured location shiftmu
.