Uses of Class
org.hipparchus.distribution.discrete.AbstractIntegerDistribution
-
Packages that use AbstractIntegerDistribution Package Description org.hipparchus.distribution.discrete Implementations of common discrete distributions. -
-
Uses of AbstractIntegerDistribution in org.hipparchus.distribution.discrete
Subclasses of AbstractIntegerDistribution in org.hipparchus.distribution.discrete Modifier and Type Class Description class
BinomialDistribution
Implementation of the binomial distribution.class
EnumeratedIntegerDistribution
Implementation of an integer-valuedEnumeratedDistribution
.class
GeometricDistribution
Implementation of the geometric distribution.class
HypergeometricDistribution
Implementation of the hypergeometric distribution.class
PascalDistribution
Implementation of the Pascal distribution.class
PoissonDistribution
Implementation of the Poisson distribution.class
UniformIntegerDistribution
Implementation of the uniform integer distribution.class
ZipfDistribution
Implementation of the Zipf distribution.
-