메소드 | 설명 | |
---|---|---|
Digamma ( double x ) : double |
Digamma function.
|
|
Function ( double x ) : double |
Gamma function of the specified value.
|
|
Inverse ( double a, double y ) : double |
Inverse of the
|
|
InverseLowerIncomplete ( double a, double y ) : double |
Inverse of the
|
|
InverseUpperIncomplete ( double a, double y ) : double |
Inverse of the
|
|
Log ( double x ) : double |
Natural logarithm of the gamma function.
|
|
Log ( double x, int p ) : double |
Natural logarithm of the multivariate Gamma function.
|
|
LowerIncomplete ( double a, double x ) : double |
Lower incomplete regularized gamma function P (a.k.a. the incomplete Gamma function). This function is equivalent to P(x) = γ(s, x) / Γ(s). |
|
Multivariate ( double x, int p ) : double |
Multivariate Gamma function
|
|
Stirling ( double x ) : double |
Gamma function as computed by Stirling's formula.
|
|
Trigamma ( double x ) : double |
Trigamma function. This code has been adapted from the FORTRAN77 and subsequent C code by B. E. Schneider and John Burkardt. The code had been made public under the GNU LGPL license. |
|
UpperIncomplete ( double a, double x ) : double |
Upper incomplete regularized Gamma function Q (a.k.a the incomplete complemented Gamma function) This function is equivalent to Q(x) = Γ(s, x) / Γ(s). |
메소드 | 설명 | |
---|---|---|
inverse ( double a, double y ) : double |
public static Inverse ( double a, double y ) : double | ||
a | double | |
y | double | |
리턴 | double |
public static InverseLowerIncomplete ( double a, double y ) : double | ||
a | double | |
y | double | |
리턴 | double |
public static InverseUpperIncomplete ( double a, double y ) : double | ||
a | double | |
y | double | |
리턴 | double |
public static LowerIncomplete ( double a, double x ) : double | ||
a | double | |
x | double | |
리턴 | double |
public static Multivariate ( double x, int p ) : double | ||
x | double | |
p | int | |
리턴 | double |
public static UpperIncomplete ( double a, double x ) : double | ||
a | double | |
x | double | |
리턴 | double |