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) class
Base class for integer-valued discrete distributions.final class
Implementation of the binomial distribution.final class
Implementation of the geometric distribution.final class
Implementation of the hypergeometric distribution.final class
Implementation of the Pascal distribution.final class
Implementation of the Poisson distribution.final class
Implementation of the uniform discrete distribution.final class
Implementation of the Zipf distribution.