swarm.random
Interface GammaDistC

All Known Implementing Classes:
GammaDistCImpl

public interface GammaDistC
extends DoubleDistributionS, DoubleDistributionC

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


Method Summary
 Object create$setGenerator$setAlpha$setBeta(Zone aZone, Object generator, double alpha, double beta)
          Use this create message if the generator to be attached is a Simple one:
 Object create$setGenerator$setVirtualGenerator$setAlpha$setBeta(Zone aZone, Object generator, int vGen, double alpha, double beta)
          Use this create message if the generator to be attached is a Split one:
 
Methods inherited from interface swarm.random.ProbabilityDistributionC
create$setGenerator, create$setGenerator$setVirtualGenerator, createWithDefaults
 
Methods inherited from interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods inherited from interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 

Method Detail

create$setGenerator$setAlpha$setBeta

public Object create$setGenerator$setAlpha$setBeta(Zone aZone,
                                                   Object generator,
                                                   double alpha,
                                                   double beta)
Use this create message if the generator to be attached is a Simple one:

create$setGenerator$setVirtualGenerator$setAlpha$setBeta

public Object create$setGenerator$setVirtualGenerator$setAlpha$setBeta(Zone aZone,
                                                                       Object generator,
                                                                       int vGen,
                                                                       double alpha,
                                                                       double beta)
Use this create message if the generator to be attached is a Split one: