calhoun.analysis.crf.statistics
Class GammaDistribution
java.lang.Object
calhoun.analysis.crf.statistics.GammaDistribution
public class GammaDistribution
- extends java.lang.Object
|
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 |
GammaDistribution
public GammaDistribution()
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)