Accord.Math.Gamma.Inverse C# (CSharp) Method

Inverse() public static method

Inverse of the complemented incomplete Gamma integral (UpperIncomplete, Q).
public static Inverse ( double a, double y ) : double
a double
y double
return double
        public static double Inverse(double a, double y)
        {
            return inverse(a, y);
        }