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:

\[ \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:
  • Constructor Details

    • IncompleteGamma

      private IncompleteGamma()
      No instances.