jax.scipy.stats.gamma.logsf

Contents

jax.scipy.stats.gamma.logsf#

jax.scipy.stats.gamma.logsf(x, a, loc=0, scale=1)[source]#

Gamma log survival function.

JAX implementation of scipy.stats.gamma logsf.

The survival function is defined as

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

where \(f_{cdf}(x, k)\) is the cumulative distribution function, jax.scipy.stats.gamma.cdf().

Parameters:
Returns:

array of logsf values.

Return type:

Array