Package org.apache.commons.math.distribution
package org.apache.commons.math.distribution
Implementations of common discrete and continuous distributions.
-
ClassDescriptionBase class for continuous distributions.Base class for probability distributions.Base class for integer-valued discrete distributions.Computes the cumulative, inverse cumulative and density functions for the beta distribuiton.Implements the Beta distribution.The Binomial Distribution.The default implementation of
BinomialDistribution.Cauchy Distribution.Default implementation ofCauchyDistribution.The Chi-Squared Distribution.The default implementation ofChiSquaredDistributionBase interface for continuous distributions.Base interface for discrete distributions.Base interface for probability distributions.The Exponential Distribution.The default implementation ofExponentialDistribution.F-Distribution.Default implementation ofFDistribution.The Gamma Distribution.The default implementation ofGammaDistribution.HasDensity<P>Deprecated.to be removed in math 3.0The Hypergeometric Distribution.The default implementation ofHypergeometricDistribution.Interface for discrete distributions of integer-valued random variables.Normal (Gauss) Distribution.Default implementation ofNormalDistribution.The Pascal distribution.The default implementation ofPascalDistribution.Interface representing the Poisson Distribution.Implementation for thePoissonDistribution.Student's t-Distribution.Default implementation ofTDistribution.Weibull Distribution.Default implementation ofWeibullDistribution.The Zipf (or zeta) Distribution.Implementation for theZipfDistribution.