tools
Class Gamma

java.lang.Object
  extended by tools.DistributionSampler
      extended by tools.Gamma

public class Gamma
extends DistributionSampler


Constructor Summary
Gamma(double theta, int beta)
           
 
Method Summary
static double gamma(double theta, int beta)
           
 double next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gamma

public Gamma(double theta,
             int beta)
Method Detail

next

public double next()
Specified by:
next in class DistributionSampler

gamma

public static double gamma(double theta,
                           int beta)