jax.scipy.stats.beta.logcdf

Contents

jax.scipy.stats.beta.logcdf#

jax.scipy.stats.beta.logcdf(x, a, b, loc=0, scale=1)[source]#

Beta log cumulative distribution function.

JAX implementation of scipy.stats.beta logcdf.

The cdf is defined as

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

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

Parameters:
Returns:

array of logcdf values

Return type:

Array