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