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 TypeClassDescriptionclassImplementation of the binomial distribution.classImplementation of an integer-valuedEnumeratedDistribution.classImplementation of the geometric distribution.classImplementation of the hypergeometric distribution.classImplementation of the Pascal distribution.classImplementation of the Poisson distribution.classImplementation of the uniform integer distribution.classImplementation of the Zipf distribution.