jax.scipy.stats.gamma.sf#

jax.scipy.stats.gamma.sf(x, a, loc=0, scale=1)[源代码]#

Gamma 分布的生存函数。

JAX 实现的 scipy.stats.gamma sf

生存函数定义为:

\[f_{sf}(x, k) = 1 - f_{cdf}(x, k)\]

其中 \(f_{cdf}(x, k)\) 是累积分布函数,jax.scipy.stats.gamma.cdf()

参数:
返回:

sf 值的数组。

返回类型:

Array