Uses of Interface
org.apache.commons.math.distribution.GammaDistribution

Packages that use GammaDistribution
org.apache.commons.math.distribution Implementations of common discrete and continuous distributions. 
 

Uses of GammaDistribution in org.apache.commons.math.distribution
 

Classes in org.apache.commons.math.distribution that implement GammaDistribution
 class GammaDistributionImpl
          The default implementation of GammaDistribution.
 

Methods in org.apache.commons.math.distribution with parameters of type GammaDistribution
 void ChiSquaredDistributionImpl.setGamma(GammaDistribution g)
          Deprecated. as of 2.1 (class will become immutable in 3.0)
 

Constructors in org.apache.commons.math.distribution with parameters of type GammaDistribution
ChiSquaredDistributionImpl(double df, GammaDistribution g)
          Deprecated. as of 2.1 (to avoid possibly inconsistent state, the "GammaDistribution" will be instantiated internally)
 



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