jax.scipy.stats.gennorm.pdf

Contents

jax.scipy.stats.gennorm.pdf#

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

Generalized normal probability distribution function.

JAX implementation of scipy.stats.gennorm pdf.

The generalized normal probability distribution function is defined as

\[f(x, \beta) = \frac{\beta}{2\Gamma(1/\beta)}\exp(-|x|^\beta)\]

where \(\Gamma\) is the gamma() function, and \(\beta > 0\).

Parameters:
Returns:

array of pdf values.

Return type:

Array