maxframe.tensor.special.gammainccinv#
- maxframe.tensor.special.gammainccinv(a, y, out=None)[source]#
Inverse of the regularized upper incomplete gamma function.
Given an input \(y\) between 0 and 1, returns \(x\) such that \(y = Q(a, x)\). Here \(Q\) is the regularized upper incomplete gamma function; see gammaincc. This is well-defined because the upper incomplete gamma function is monotonic as can be seen from its definition in [dlmf].
- Parameters:
a (array_like) – Positive parameter
y (array_like) – Argument between 0 and 1, inclusive
out (ndarray, optional) – Optional output array for the function values
- Returns:
Values of the inverse of the upper incomplete gamma function
- Return type:
scalar or ndarray
See also
gammainccregularized upper incomplete gamma function
gammaincregularized lower incomplete gamma function
gammaincinvinverse of the regularized lower incomplete gamma function
References
[dlmf]NIST Digital Library of Mathematical Functions https://dlmf.nist.gov/8.2#E4