Uses of Interface
org.apache.commons.math.distribution.GammaDistribution
-
Packages that use GammaDistribution Package Description 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 Modifier and Type Class Description class
GammaDistributionImpl
The default implementation ofGammaDistribution
.Methods in org.apache.commons.math.distribution with parameters of type GammaDistribution Modifier and Type Method Description 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 Constructor Description ChiSquaredDistributionImpl(double df, GammaDistribution g)
Deprecated.as of 2.1 (to avoid possibly inconsistent state, the "GammaDistribution" will be instantiated internally)
-