Uses of Class
org.apache.commons.statistics.inference.MannWhitneyUTest
-
Packages that use MannWhitneyUTest Package Description org.apache.commons.statistics.inference Classes providing hypothesis testing. -
-
Uses of MannWhitneyUTest in org.apache.commons.statistics.inference
Methods in org.apache.commons.statistics.inference that return MannWhitneyUTest Modifier and Type Method Description MannWhitneyUTestMannWhitneyUTest. with(AlternativeHypothesis v)Return an instance with the configured alternative hypothesis.MannWhitneyUTestMannWhitneyUTest. with(ContinuityCorrection v)Return an instance with the configured continuity correction.MannWhitneyUTestMannWhitneyUTest. with(PValueMethod v)Return an instance with the configured p-value method.static MannWhitneyUTestMannWhitneyUTest. withDefaults()Return an instance using the default options.MannWhitneyUTestMannWhitneyUTest. withMu(double v)Return an instance with the configured location shiftmu.
-