jax.scipy.stats.logistic.isf#
- jax.scipy.stats.logistic.isf(x, loc=0, scale=1)[source]#
Logistic distribution inverse survival function.
JAX implementation of
scipy.stats.logistic
isf
.Returns the inverse of the survival function,
jax.scipy.stats.logistic.sf()
.- Parameters:
x (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: