Uses of Interface
org.apache.commons.statistics.distribution.DiscreteDistribution
Packages that use DiscreteDistribution
Package
Description
Implementations of common discrete and continuous probability distributions.
-
Uses of DiscreteDistribution in org.apache.commons.statistics.distribution
Classes in org.apache.commons.statistics.distribution that implement DiscreteDistributionModifier and TypeClassDescription(package private) classBase class for integer-valued discrete distributions.final 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.