Package org.apache.commons.numbers.gamma
Class IncompleteGamma
- java.lang.Object
-
- org.apache.commons.numbers.gamma.IncompleteGamma
-
public final class IncompleteGamma extends java.lang.ObjectIncomplete Gamma functions.By definition, the lower and upper incomplete gamma functions satisfy:
\[ \Gamma(a) = \gamma(a, x) + \Gamma(a, x) \]
This code has been adapted from the Boost
c++implementation<boost/math/special_functions/gamma.hpp>.- Since:
- 1.1
- See Also:
- Boost C++ Incomplete Gamma functions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIncompleteGamma.LowerLower incomplete Gamma function \( \gamma(a, x) \).static classIncompleteGamma.UpperUpper incomplete Gamma function \( \Gamma(a, x) \).
-
Constructor Summary
Constructors Modifier Constructor Description privateIncompleteGamma()No instances.
-