Package org.apache.commons.numbers.gamma
Class IncompleteGamma
- java.lang.Object
-
- org.apache.commons.numbers.gamma.IncompleteGamma
-
public final class IncompleteGamma extends Object
Incomplete Gamma functions.By definition, the lower and upper incomplete gamma functions satisfy:
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