Uses of Interface
org.apache.commons.math3.distribution.IntegerDistribution
-
Packages that use IntegerDistribution Package Description org.apache.commons.math3.distribution Implementations of common discrete and continuous distributions.org.apache.commons.math3.random Random number and random data generators. -
-
Uses of IntegerDistribution in org.apache.commons.math3.distribution
Classes in org.apache.commons.math3.distribution that implement IntegerDistribution Modifier and Type Class Description classAbstractIntegerDistributionBase class for integer-valued discrete distributions.classBinomialDistributionImplementation of the binomial distribution.classEnumeratedIntegerDistributionImplementation of an integer-valuedEnumeratedDistribution.classGeometricDistributionImplementation of the geometric distribution.classHypergeometricDistributionImplementation of the hypergeometric distribution.classPascalDistributionImplementation of the Pascal distribution.classPoissonDistributionImplementation of the Poisson distribution.classUniformIntegerDistributionImplementation of the uniform integer distribution.classZipfDistributionImplementation of the Zipf distribution. -
Uses of IntegerDistribution in org.apache.commons.math3.random
Methods in org.apache.commons.math3.random with parameters of type IntegerDistribution Modifier and Type Method Description intRandomDataImpl. nextInversionDeviate(IntegerDistribution distribution)Deprecated.use the distribution's sample() method
-