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 class
BinomialDistribution
Implementation of the binomial distribution.class
EnumeratedIntegerDistribution
Implementation of an integer-valuedEnumeratedDistribution
.class
GeometricDistribution
Implementation of the geometric 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.
-