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 TypeClassDescriptionclassBase class for integer-valued discrete distributions.classImplementation 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. -
Uses of IntegerDistribution in org.apache.commons.math3.random
Methods in org.apache.commons.math3.random with parameters of type IntegerDistributionModifier and TypeMethodDescriptionintRandomDataImpl.nextInversionDeviate(IntegerDistribution distribution) Deprecated.use the distribution's sample() method