pypomp.maths.logit

pypomp.maths.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 – arraylike, real-valued.

Returns:

array containing values of the logit function.