Uses of Interface
org.hipparchus.distribution.IntegerDistribution
Packages that use IntegerDistribution
Package
Description
Implementations of common discrete distributions.
Random number and random data generators.
-
Uses of IntegerDistribution in org.hipparchus.distribution.discrete
Classes in org.hipparchus.distribution.discrete 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.hipparchus.random
Methods in org.hipparchus.random with parameters of type IntegerDistributionModifier and TypeMethodDescriptionint
RandomDataGenerator.nextDeviate
(IntegerDistribution dist) Returns a random deviate from the given distribution.int[]
RandomDataGenerator.nextDeviates
(IntegerDistribution dist, int size) Returns an array of random deviates from the given distribution.