Uses of Class
org.apache.commons.statistics.inference.MannWhitneyUTest.Result
-
Packages that use MannWhitneyUTest.Result Package Description org.apache.commons.statistics.inference Classes providing hypothesis testing. -
-
Uses of MannWhitneyUTest.Result in org.apache.commons.statistics.inference
Methods in org.apache.commons.statistics.inference that return MannWhitneyUTest.Result Modifier and Type Method Description MannWhitneyUTest.Result
MannWhitneyUTest. test(double[] x, double[] y)
Performs a Mann-Whitney U test comparing the location for two independent samples.
-