jax.scipy.stats.expon.ppf#

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

Exponential survival function.

JAX implementation of scipy.stats.expon ppf.

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

Parameters:
Returns:

array of pdf values.

Return type:

Array