Uses of Interface
org.apache.commons.math.distribution.GammaDistribution
Packages that use GammaDistribution
Package
Description
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 GammaDistributionMethods in org.apache.commons.math.distribution with parameters of type GammaDistributionModifier and TypeMethodDescriptionvoid
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 GammaDistributionModifierConstructorDescriptionChiSquaredDistributionImpl
(double df, GammaDistribution g) Deprecated.as of 2.1 (to avoid possibly inconsistent state, the "GammaDistribution" will be instantiated internally)