Uses of Class
org.apache.commons.math3.distribution.AbstractIntegerDistribution
Packages that use AbstractIntegerDistribution
Package
Description
Implementations of common discrete and continuous distributions.
-
Uses of AbstractIntegerDistribution in org.apache.commons.math3.distribution
Subclasses of AbstractIntegerDistribution in org.apache.commons.math3.distributionModifier and TypeClassDescriptionclass
Implementation of the binomial distribution.class
Implementation of an integer-valuedEnumeratedDistribution
.class
Implementation of the geometric distribution.class
Implementation of the hypergeometric distribution.class
Implementation of the Pascal distribution.class
Implementation of the Poisson distribution.class
Implementation of the uniform integer distribution.class
Implementation of the Zipf distribution.