Uses of Interface
org.apache.commons.statistics.distribution.DiscreteDistribution
-
-
Uses of DiscreteDistribution in org.apache.commons.statistics.distribution
Classes in org.apache.commons.statistics.distribution that implement DiscreteDistribution Modifier and Type Class Description class
BinomialDistribution
Implementation of the binomial distribution.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
UniformDiscreteDistribution
Implementation of the uniform discrete distribution.class
ZipfDistribution
Implementation of the Zipf distribution.
-