jax.scipy.stats.norm.ppf

Contents

jax.scipy.stats.norm.ppf#

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

Normal distribution percent point function.

JAX implementation of scipy.stats.norm ppf.

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

Parameters:
Returns:

array of ppdf values.

Return type:

Array