|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |