Class RegularizedGamma

java.lang.Object
org.apache.commons.numbers.gamma.RegularizedGamma

public final class RegularizedGamma extends Object
Regularized Gamma functions.

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>.

See Also:
  • Constructor Details

    • RegularizedGamma

      private RegularizedGamma()
      Private constructor.