Class RegularizedGamma.Q

    • Constructor Summary

      Constructors 
      Constructor Description
      Q()  
    • Method Summary

      Modifier and Type Method Description
      static double value​(double a, double x)
      Computes the regularized gamma function \( Q(a, x) = 1 - P(a, x) \).
      static double value​(double a, double x, double epsilon, int maxIterations)
      Computes the regularized gamma function \( Q(a, x) = 1 - P(a, x) \).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Q

        public Q()
    • Method Detail

      • value

        public static double value​(double a,
                                   double x)
        Computes the regularized gamma function \( Q(a, x) = 1 - P(a, x) \).
        Parameters:
        a - Argument.
        x - Argument.
        Returns:
        \( Q(a, x) \).