Package org.hipparchus.distribution.discrete
Implementations of common discrete distributions.
-
Class Summary Class Description AbstractIntegerDistribution Base class for integer-valued discrete distributions.BinomialDistribution Implementation of the binomial distribution.EnumeratedIntegerDistribution Implementation of an integer-valuedEnumeratedDistribution
.GeometricDistribution Implementation of the geometric distribution.HypergeometricDistribution Implementation of the hypergeometric distribution.PascalDistribution Implementation of the Pascal distribution.PoissonDistribution Implementation of the Poisson distribution.UniformIntegerDistribution Implementation of the uniform integer distribution.ZipfDistribution Implementation of the Zipf distribution.