|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HypergeometricDistribution | |
org.apache.commons.math.distribution | Implementations of common discrete and continuous distributions. |
Uses of HypergeometricDistribution in org.apache.commons.math.distribution |
Classes in org.apache.commons.math.distribution that implement HypergeometricDistribution | |
class |
HypergeometricDistributionImpl
The default implementation of HypergeometricDistribution . |
Methods in org.apache.commons.math.distribution that return HypergeometricDistribution | |
abstract HypergeometricDistribution |
DistributionFactory.createHypergeometricDistribution(int populationSize,
int numberOfSuccesses,
int sampleSize)
Create a new hypergeometric distribution with the given the population size, the number of successes in the population, and the sample size. |
HypergeometricDistribution |
DistributionFactoryImpl.createHypergeometricDistribution(int populationSize,
int numberOfSuccesses,
int sampleSize)
Create a new hypergeometric distribution with the given the population size, the number of successes in the population, and the sample size. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |