Uses of Class
org.apache.commons.math3.distribution.AbstractIntegerDistribution

Packages that use AbstractIntegerDistribution
org.apache.commons.math3.distribution Implementations of common discrete and continuous distributions. 
 

Uses of AbstractIntegerDistribution in org.apache.commons.math3.distribution
 

Subclasses of AbstractIntegerDistribution in org.apache.commons.math3.distribution
 class BinomialDistribution
          Implementation of the binomial distribution.
 class HypergeometricDistribution
          Implementation of the hypergeometric distribution.
 class PascalDistribution
           Implementation of the Pascal distribution.
 class PoissonDistribution
          Implementation of the Poisson distribution.
 class UniformIntegerDistribution
          Implementation of the uniform integer distribution.
 class ZipfDistribution
          Implementation of the Zipf distribution.
 



Copyright © 2017 CNES. All Rights Reserved.