|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The Gamma Distribution.
Instances of GammaDistribution objects should be created using
DistributionFactory.createGammaDistribution(double,double).
References:
| Method Summary | |
double |
getAlpha()
Access the shape parameter, alpha |
double |
getBeta()
Access the scale parameter, beta |
void |
setAlpha(double alpha)
Modify the shape parameter, alpha. |
void |
setBeta(double beta)
Modify the scale parameter, beta. |
| Methods inherited from interface org.apache.commons.math.distribution.ContinuousDistribution |
inverseCumulativeProbability |
| Methods inherited from interface org.apache.commons.math.distribution.Distribution |
cumulativeProbability, cumulativeProbability |
| Method Detail |
public void setAlpha(double alpha)
alpha - the new shape parameter.public double getAlpha()
public void setBeta(double beta)
beta - the new scale parameter.public double getBeta()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||