swarm.random
Interface GammaDistS

All Known Implementing Classes:
GammaDistCImpl, GammaDistImpl

public interface GammaDistS
extends DoubleDistributionS

Gamma distribution. A well-known continuous probability distribution returning doubles


Method Summary
 Object setAlpha$setBeta(double alpha, double beta)
          The setAlpha:setBeta: method sets the alpha and beta values for the gamma distribution.
 
Methods inherited from interface swarm.random.ProbabilityDistributionS
reset, setGenerator, setGenerator$setVirtualGenerator
 

Method Detail

setAlpha$setBeta

public Object setAlpha$setBeta(double alpha,
                               double beta)
The setAlpha:setBeta: method sets the alpha and beta values for the gamma distribution.