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 MannWhitneyUTest
MannWhitneyUTest. with(AlternativeHypothesis v)
Return an instance with the configured alternative hypothesis.MannWhitneyUTest
MannWhitneyUTest. with(ContinuityCorrection v)
Return an instance with the configured continuity correction.MannWhitneyUTest
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
MannWhitneyUTest. withMu(double v)
Return an instance with the configured location shiftmu
.
-