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 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.