Uses of Class
org.apache.commons.statistics.distribution.HypergeometricDistribution
Packages that use HypergeometricDistribution
Package
Description
Implementations of common discrete and continuous probability distributions.
Classes providing hypothesis testing.
-
Uses of HypergeometricDistribution in org.apache.commons.statistics.distribution
Methods in org.apache.commons.statistics.distribution that return HypergeometricDistributionModifier and TypeMethodDescriptionstatic HypergeometricDistribution
HypergeometricDistribution.of
(int populationSize, int numberOfSuccesses, int sampleSize) Creates a hypergeometric distribution. -
Uses of HypergeometricDistribution in org.apache.commons.statistics.inference
Methods in org.apache.commons.statistics.inference with parameters of type HypergeometricDistributionModifier and TypeMethodDescriptionprivate static double
FisherExactTest.twoSidedTest
(int k, HypergeometricDistribution distribution) Returns the observed significance level, or p-value, associated with a two-sided test about the observed value.