Uses of Interface
org.apache.commons.math.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.math.distribution
Subinterfaces of IntegerDistribution in org.apache.commons.math.distributionModifier and TypeInterfaceDescriptioninterface
The Binomial Distribution.interface
The Hypergeometric Distribution.interface
The Pascal distribution.interface
Interface representing the Poisson Distribution.interface
The Zipf (or zeta) Distribution.Classes in org.apache.commons.math.distribution that implement IntegerDistributionModifier and TypeClassDescriptionclass
Base class for integer-valued discrete distributions.class
The default implementation ofBinomialDistribution
.class
The default implementation ofHypergeometricDistribution
.class
The default implementation ofPascalDistribution
.class
Implementation for thePoissonDistribution
.class
Implementation for theZipfDistribution
. -
Uses of IntegerDistribution in org.apache.commons.math.random
Methods in org.apache.commons.math.random with parameters of type IntegerDistributionModifier and TypeMethodDescriptionint
RandomDataImpl.nextInversionDeviate
(IntegerDistribution distribution) Generate a random deviate from the given distribution using the inversion method.