jax.scipy.stats.cauchy.isf#
- jax.scipy.stats.cauchy.isf(q, loc=0, scale=1)[source]#
Cauchy distribution inverse survival function.
JAX implementation of
scipy.stats.cauchy
isf
.Returns the inverse of the survival function,
jax.scipy.stats.cauchy.sf()
.- Parameters:
q (Array | ndarray | bool | number | bool | int | float | complex) – arraylike, value at which to evaluate the ISF
loc (Array | ndarray | bool | number | bool | int | float | complex) – arraylike, distribution offset parameter
scale (Array | ndarray | bool | number | bool | int | float | complex) – arraylike, distribution scale parameter
- Returns:
array of isf values.
- Return type: