jax.scipy.stats.expon.sf#

jax.scipy.stats.expon.sf(x, loc=0, scale=1)[source]#

Exponential survival function.

JAX implementation of scipy.stats.expon sf.

The survival function is defined as

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

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

Parameters:
Returns:

array of pdf values.

Return type:

Array