Package org.apache.commons.math.distribution

Implementations of common discrete and continuous distributions.

See:
          Description

Interface Summary
BetaDistribution Computes the cumulative, inverse cumulative and density functions for the beta distribuiton.
BinomialDistribution The Binomial Distribution.
CauchyDistribution Cauchy Distribution.
ChiSquaredDistribution The Chi-Squared Distribution.
ContinuousDistribution Base interface for continuous distributions.
DiscreteDistribution Base interface for discrete distributions.
Distribution Base interface for probability distributions.
ExponentialDistribution The Exponential Distribution.
FDistribution F-Distribution.
GammaDistribution The Gamma Distribution.
HypergeometricDistribution The Hypergeometric Distribution.
IntegerDistribution Interface for discrete distributions of integer-valued random variables.
KolmogorovSmirnovDistribution Treats the distribution of the two-sided P(Dn< d) where Dn= sup_x | G(x) - Gn (x) | for the theoretical cdf G and the emperical cdf Gn.
NormalDistribution Normal (Gauss) Distribution.
PascalDistribution The Pascal distribution.
PoissonDistribution Interface representing the Poisson Distribution.
TDistribution Student's t-Distribution.
WeibullDistribution Weibull Distribution.
ZipfDistribution The Zipf (or zeta) Distribution.
 

Class Summary
AbstractContinuousDistribution Base class for continuous distributions.
AbstractDistribution Base class for probability distributions.
AbstractIntegerDistribution Base class for integer-valued discrete distributions.
BetaDistributionImpl Implements the Beta distribution.
BinomialDistributionImpl The default implementation of BinomialDistribution.
CauchyDistributionImpl Default implementation of CauchyDistribution.
ChiSquaredDistributionImpl The default implementation of ChiSquaredDistribution
ExponentialDistributionImpl The default implementation of ExponentialDistribution.
FDistributionImpl Default implementation of FDistribution.
GammaDistributionImpl The default implementation of GammaDistribution.
HypergeometricDistributionImpl The default implementation of HypergeometricDistribution.
KolmogorovSmirnovDistributionImpl The default implementation of KolmogorovSmirnovDistribution.
NormalDistributionImpl Default implementation of NormalDistribution.
PascalDistributionImpl The default implementation of PascalDistribution.
PoissonDistributionImpl Implementation for the PoissonDistribution.
TDistributionImpl Default implementation of TDistribution.
WeibullDistributionImpl Default implementation of WeibullDistribution.
ZipfDistributionImpl Implementation for the ZipfDistribution.
 

Package org.apache.commons.math.distribution Description

Implementations of common discrete and continuous distributions.



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.