jax.scipy.special.logit

Contents

jax.scipy.special.logit#

jax.scipy.special.logit = <jax._src.custom_derivatives.custom_jvp object>[source]#

The logit function

JAX implementation of scipy.special.logit.

\[\mathrm{logit}(p) = \log\frac{p}{1 - p}\]
Parameters:

x (jax.typing.ArrayLike) – arraylike, real-valued.

Returns:

array containing values of the logit function.

Return type:

Array