Uses of Interface
org.apache.commons.math.distribution.DiscreteDistribution
Packages that use DiscreteDistribution
Package
Description
Implementations of common discrete and continuous distributions.
-
Uses of DiscreteDistribution in org.apache.commons.math.distribution
Subinterfaces of DiscreteDistribution in org.apache.commons.math.distributionModifier and TypeInterfaceDescriptioninterface
The Binomial Distribution.interface
The Hypergeometric Distribution.interface
Interface for discrete distributions of integer-valued random variables.interface
The Pascal distribution.interface
Interface representing the Poisson Distribution.interface
The Zipf (or zeta) Distribution.Classes in org.apache.commons.math.distribution that implement DiscreteDistributionModifier and TypeClassDescriptionclass
Base class for integer-valued discrete distributions.class
The default implementation ofBinomialDistribution
.class
The default implementation ofHypergeometricDistribution
.class
The default implementation ofPascalDistribution
.class
Implementation for thePoissonDistribution
.class
Implementation for theZipfDistribution
.