swarm.random
Class GammaDistCImpl

java.lang.Object
  |
  +--swarm.PhaseCImpl
        |
        +--swarm.random.GammaDistCImpl

public class GammaDistCImpl
extends PhaseCImpl
implements DoubleDistributionS, DoubleDistributionC, GammaDistS

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


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
GammaDistCImpl()
           
GammaDistCImpl(GammaDistImpl nextPhase)
           
 
Methods implemented by this class for interface swarm.random.GammaDistS
setAlpha$setBeta
 
Methods implemented by this class for interface swarm.random.ProbabilityDistributionS
reset, setGenerator, setGenerator$setVirtualGenerator
 
Methods implemented by this class for interface swarm.random.ProbabilityDistributionC
createEnd
 
Methods implemented by this class for interface swarm.defobj.CreateC
createEnd
 
Methods inherited from class swarm.PhaseCImpl
_copy_creating_phase_to_using_phase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GammaDistCImpl

public GammaDistCImpl(GammaDistImpl nextPhase)

GammaDistCImpl

public GammaDistCImpl()