Uses of Class
org.apache.commons.statistics.distribution.AbstractDiscreteDistribution
Packages that use AbstractDiscreteDistribution
Package
Description
Implementations of common discrete and continuous probability distributions.
-
Uses of AbstractDiscreteDistribution in org.apache.commons.statistics.distribution
Subclasses of AbstractDiscreteDistribution in org.apache.commons.statistics.distributionModifier and TypeClassDescriptionfinal classImplementation of the binomial distribution.final classImplementation of the geometric distribution.final classImplementation of the hypergeometric distribution.final classImplementation of the Pascal distribution.final classImplementation of the Poisson distribution.final classImplementation of the uniform discrete distribution.final classImplementation of the Zipf distribution.