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)
          Modify the underlying gamma distribution.
 

Constructors in org.apache.commons.math.distribution with parameters of type GammaDistribution
ChiSquaredDistributionImpl(double df, GammaDistribution g)
          Create a Chi-Squared distribution with the given degrees of freedom.
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.