Uses of Interface
org.apache.commons.math.distribution.HypergeometricDistribution

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.
 



Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.