jax.scipy.stats.gennorm.cdf

Contents

jax.scipy.stats.gennorm.cdf#

jax.scipy.stats.gennorm.cdf(x, beta)[source]#

Generalized normal cumulative distribution function.

JAX implementation of scipy.stats.gennorm cdf.

The cdf is defined as

\[f_{cdf}(x, k) = \int_{-\infty}^x f_{pdf}(y, k)\mathrm{d}y\]

where \(f_{pdf}\) is the probability density function, jax.scipy.stats.gennorm.pdf().

Parameters:
Returns:

array of cdf values.

Return type:

Array