Uses of Class
org.hipparchus.distribution.discrete.AbstractIntegerDistribution
Packages that use AbstractIntegerDistribution
Package
Description
Implementations of common discrete distributions.
-
Uses of AbstractIntegerDistribution in org.hipparchus.distribution.discrete
Subclasses of AbstractIntegerDistribution in org.hipparchus.distribution.discreteModifier 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.