jax.scipy.stats.logistic.ppf

Contents

jax.scipy.stats.logistic.ppf#

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

Logistic distribution percent point function.

JAX implementation of scipy.stats.logistic ppf.

The percent point function is defined as the inverse of the cumulative distribution function, jax.scipy.stats.logistic.cdf().

Parameters:
Returns:

array of ppf values.

Return type:

Array