jax.scipy.stats.cauchy.logcdf

Contents

jax.scipy.stats.cauchy.logcdf#

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

Cauchy log cumulative distribution function.

JAX implementation of scipy.stats.cauchy logcdf

The cdf is defined as

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

where here \(f_{pdf}\) is the Cauchy probability distribution function, jax.scipy.stats.cauchy.pdf().

Parameters:
Returns:

array of logcdf values.

Return type:

Array