Uses of Class
org.apache.commons.statistics.inference.Hypergeom
-
Packages that use Hypergeom Package Description org.apache.commons.statistics.inference Classes providing hypothesis testing. -
-
Uses of Hypergeom in org.apache.commons.statistics.inference
Methods in org.apache.commons.statistics.inference with parameters of type Hypergeom Modifier and Type Method Description private static doubleUnconditionedExactTest. statisticBoschlooTwoSided(Hypergeom distribution, int k)Compute the two-sided statistic using Fisher's p-value (also known as Boschloo's test).doubleUnconditionedExactTest.BoschlooStatistic. value(Hypergeom dist, int x)Compute Fisher's p-value for the 2x2 contingency table with the observed valuexin position [0][0].
-