Package org.apache.commons.numbers.gamma
Class IncompleteGamma
java.lang.Object
org.apache.commons.numbers.gamma.IncompleteGamma
Incomplete 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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Lower incomplete Gamma function \( \gamma(a, x) \).static final class
Upper incomplete Gamma function \( \Gamma(a, x) \). -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IncompleteGamma
private IncompleteGamma()No instances.
-