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 that return GammaDistribution
abstract  GammaDistribution DistributionFactory.createGammaDistribution(double alpha, double beta)
          Create a new gamma distribution with the given shape and scale parameters.
 GammaDistribution DistributionFactoryImpl.createGammaDistribution(double alpha, double beta)
          Create a new gamma distribution the given shape and scale parameters.
 



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