Uses of Package
org.apache.commons.math.distribution

Packages that use org.apache.commons.math.distribution
org.apache.commons.math.distribution Implementations of common discrete and continuous distributions. 
org.apache.commons.math.stat.inference Classes providing hypothesis testing and confidence interval construction. 
 

Classes in org.apache.commons.math.distribution used by org.apache.commons.math.distribution
AbstractContinuousDistribution
          Base class for continuous distributions.
AbstractDistribution
          Base class for probability distributions.
AbstractIntegerDistribution
          Base class for integer-valued discrete distributions.
BinomialDistribution
          The Binomial Distribution.
ChiSquaredDistribution
          The Chi-Squared Distribution.
ContinuousDistribution
          Base interface for continuous distributions.
DiscreteDistribution
          Base interface for discrete distributions.
Distribution
          Base interface for probability distributions.
DistributionFactory
          This factory provids the means to create common statistical 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.
NormalDistribution
          Normal (Gauss) Distribution.
PoissonDistribution
          Interface representing the Poisson Distribution.
TDistribution
          Student's t-Distribution.
 

Classes in org.apache.commons.math.distribution used by org.apache.commons.math.stat.inference
DistributionFactory
          This factory provids the means to create common statistical distributions.
 



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