public final class IncompleteGamma extends Object
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>
.
Modifier and Type | Class and Description |
---|---|
static class |
IncompleteGamma.Lower
Lower incomplete Gamma function \( \gamma(a, x) \).
|
static class |
IncompleteGamma.Upper
Upper incomplete Gamma function \( \Gamma(a, x) \).
|
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.