jax.scipy.stats.cauchy.sf

Contents

jax.scipy.stats.cauchy.sf#

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

Cauchy distribution log survival function.

JAX implementation of scipy.stats.cauchy sf.

The survival function is defined as

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

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

Parameters:
Returns:

array of sf values

Return type:

Array