calhoun.analysis.crf.statistics
Class GammaDistribution

java.lang.Object
  extended by calhoun.analysis.crf.statistics.GammaDistribution

public class GammaDistribution
extends java.lang.Object


Constructor Summary
GammaDistribution()
           
 
Method Summary
static double gamma(double x)
           
static double gamma(double p, double lambda, double x)
           
static double lgamma(double p, double lambda, double x)
           
static double[] mleg(double a1, double a2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GammaDistribution

public GammaDistribution()
Method Detail

lgamma

public static double lgamma(double p,
                            double lambda,
                            double x)

gamma

public static double gamma(double p,
                           double lambda,
                           double x)

gamma

public static double gamma(double x)

mleg

public static double[] mleg(double a1,
                            double a2)