Uses of Class
org.hipparchus.distribution.discrete.AbstractIntegerDistribution
- 
Packages that use AbstractIntegerDistribution Package Description org.hipparchus.distribution.discrete Implementations of common discrete distributions. - 
- 
Uses of AbstractIntegerDistribution in org.hipparchus.distribution.discrete
Subclasses of AbstractIntegerDistribution in org.hipparchus.distribution.discrete Modifier and Type Class Description classBinomialDistributionImplementation of the binomial distribution.classEnumeratedIntegerDistributionImplementation of an integer-valuedEnumeratedDistribution.classGeometricDistributionImplementation of the geometric distribution.classHypergeometricDistributionImplementation of the hypergeometric distribution.classPascalDistributionImplementation of the Pascal distribution.classPoissonDistributionImplementation of the Poisson distribution.classUniformIntegerDistributionImplementation of the uniform integer distribution.classZipfDistributionImplementation of the Zipf distribution. 
 -