Class IncompleteGamma


  • public final class IncompleteGamma
    extends java.lang.Object
    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:
    Boost C++ Incomplete Gamma functions
    • Constructor Detail

      • IncompleteGamma

        private IncompleteGamma()
        No instances.