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 double
UnconditionedExactTest. statisticBoschlooTwoSided(Hypergeom distribution, int k)
Compute the two-sided statistic using Fisher's p-value (also known as Boschloo's test).double
UnconditionedExactTest.BoschlooStatistic. value(Hypergeom dist, int x)
Compute Fisher's p-value for the 2x2 contingency table with the observed valuex
in position [0][0].
-