Class GammaFunction.Regularized
java.lang.Object
org.ojalgo.function.special.GammaFunction
org.ojalgo.function.special.GammaFunction.Regularized
- Enclosing class:
GammaFunction
-
Nested Class Summary
Nested classes/interfaces inherited from class GammaFunction
GammaFunction.Incomplete, GammaFunction.LanczosApproximation, GammaFunction.Logarithmic, GammaFunction.Regularized -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doublelower(double x, double limit) static doublelower(int n, double limit) static ComplexNumberlower(ComplexNumber z, double limit) static doubleupper(double x, double limit) static doubleupper(int n, double limit) static ComplexNumberupper(ComplexNumber z, double limit) Methods inherited from class GammaFunction
gamma, gamma, gamma
-
Constructor Details
-
Regularized
public Regularized()
-
-
Method Details
-
lower
-
lower
public static double lower(double x, double limit) -
lower
public static double lower(int n, double limit) -
upper
-
upper
public static double upper(double x, double limit) -
upper
public static double upper(int n, double limit)
-