Uses of Class
org.apache.commons.math3.distribution.AbstractIntegerDistribution
-
Packages that use AbstractIntegerDistribution Package Description 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 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.
-