jax.scipy.stats.cauchy.ppf

Contents

jax.scipy.stats.cauchy.ppf#

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

Cauchy distribution percent point function.

JAX implementation of scipy.stats.cauchy ppf.

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

Parameters:
Returns:

array of ppf values.

Return type:

Array