Package org.apache.commons.numbers.gamma
Class RegularizedGamma
java.lang.Object
org.apache.commons.numbers.gamma.RegularizedGamma
Regularized Gamma functions.
By definition, the lower and upper regularized gamma functions satisfy:
\[ 1 = P(a, x) + Q(a, x) \]
This code has been adapted from the Boost
c++
implementation <boost/math/special_functions/gamma.hpp>
.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Lower regularized Gamma function \( P(a, x) \).static final class
Upper regularized Gamma function \( Q(a, x) \). -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RegularizedGamma
private RegularizedGamma()Private constructor.
-