jax.scipy.stats.bernoulli.ppf#
- jax.scipy.stats.bernoulli.ppf(q, p)[source]#
Bernoulli percent point function.
JAX implementation of
scipy.stats.bernoulli
ppf
The percent point function is the inverse of the cumulative distribution function,
jax.scipy.stats.bernoulli.cdf()
.- Parameters:
- Returns:
array of ppf values
- Return type: