mars.tensor.special.gammainccinv

mars.tensor.special.gammainccinv(a, b, **kwargs)[源代码]

Inverse of the upper incomplete gamma function with respect to x

Given an input \(y\) between 0 and 1, returns \(x\) such that \(y = Q(a, x)\). Here \(Q\) is the 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].

参数
  • a (array_like) – Positive parameter

  • y (array_like) – Argument between 0 and 1, inclusive

返回

Values of the inverse of the upper incomplete gamma function

返回类型

scalar or ndarray

参见

gammaincc

regularized upper incomplete gamma function

gammainc

regularized lower incomplete gamma function

gammaincinv

inverse of the regularized lower incomplete gamma function with respect to x

引用

dlmf

NIST Digital Library of Mathematical Functions https://dlmf.nist.gov/8.2#E4