Uses of Interface
org.hipparchus.distribution.IntegerDistribution
Package
Description
Implementations of common discrete distributions.
Random number and random data generators.
-
Uses of IntegerDistribution in org.hipparchus.distribution.discrete
Modifier 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
Modifier 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.