Catalano.Math.Functions
Class Gamma
- java.lang.Object
-
- Catalano.Math.Functions.Gamma
-
public final class Gamma extends java.lang.ObjectSet of special mathematic functions.
-
-
Field Summary
Fields Modifier and Type Field and Description static doubleGammaMaxMaximum gamma on the machine.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static doubleComplementedIncomplete(double a, double x)Complemented incomplete gamma function.static doubleDigamma(double x)Digamma function.static doubleFunction(double x)Gamma function of the specified value.static doubleIncomplete(double a, double x)Incomplete gamma function.static doubleLog(double x)Natural logarithm of gamma function.static doubleLowerIncomplete(double a, double x)static doubleStirling(double x)Gamma function as computed by Stirling's formula.
-
-
-
Field Detail
-
GammaMax
public static final double GammaMax
Maximum gamma on the machine.- See Also:
- Constant Field Values
-
-
Method Detail
-
Function
public static double Function(double x)
Gamma function of the specified value.- Parameters:
x- Value.- Returns:
- Result.
-
LowerIncomplete
public static double LowerIncomplete(double a, double x)
-
Stirling
public static double Stirling(double x)
Gamma function as computed by Stirling's formula.- Parameters:
x- Value.- Returns:
- Result.
-
Digamma
public static double Digamma(double x)
Digamma function.- Parameters:
x- Value.- Returns:
- Result.
-
ComplementedIncomplete
public static double ComplementedIncomplete(double a, double x)Complemented incomplete gamma function.- Parameters:
a- Value.x- Value.- Returns:
- Result.
-
Incomplete
public static double Incomplete(double a, double x)Incomplete gamma function.- Parameters:
a- Value.x- Value.- Returns:
- Result.
-
Log
public static double Log(double x)
Natural logarithm of gamma function.- Parameters:
x- Value.- Returns:
- Result.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG