swarm.random
Interface GammaDistS
- All Known Implementing Classes:
- GammaDistImpl, GammaDistCImpl
- public interface GammaDistS
- extends DoubleDistributionS
Gamma distribution.
A well-known continuous probability distribution returning doubles
Method Summary |
java.lang.Object |
setAlpha$setBeta(double alpha,
double beta)
The setAlpha:setBeta: method sets the alpha and beta values for the gamma distribution. |
setAlpha$setBeta
public java.lang.Object setAlpha$setBeta(double alpha,
double beta)
- The setAlpha:setBeta: method sets the alpha and beta values for the gamma distribution.