Uses of Interface
org.apache.commons.math3.distribution.IntegerDistribution
Packages that use IntegerDistribution
Package
Description
Implementations of common discrete and continuous distributions.
Random number and random data generators.
-
Uses of IntegerDistribution in org.apache.commons.math3.distribution
Classes in org.apache.commons.math3.distribution that implement IntegerDistributionModifier and TypeClassDescriptionclass
Base class for integer-valued discrete distributions.class
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. -
Uses of IntegerDistribution in org.apache.commons.math3.random
Methods in org.apache.commons.math3.random with parameters of type IntegerDistributionModifier and TypeMethodDescriptionint
RandomDataImpl.nextInversionDeviate
(IntegerDistribution distribution) Deprecated.use the distribution's sample() method