public class GammaFunction
extends java.lang.Object
Constructor and Description |
---|
GammaFunction() |
Modifier and Type | Method and Description |
---|---|
static double |
gamma(double z)
This method returns the result of the Gamma function.
|
static double |
inverseGamma(double z)
This method implements the approximation of the inverse Gamma function designed by
David W.
|
static double |
logGamma(double z)
This method returns the logarithm of the Gamma function.
|
public static double gamma(double z)
z
- public static double logGamma(double z)
z
- public static double inverseGamma(double z)
z
- a double equal or greater than 1.