jax.scipy.special.logit#
- jax.scipy.special.logit = <jax._src.custom_derivatives.custom_jvp object>[源代码][源代码]#
logit 函数
JAX implementation of
scipy.special.logit
.\[\mathrm{logit}(p) = \log\frac{p}{1 - p}\]- 参数:
x (ArrayLike) – 类数组,实值。
- 返回:
包含logit函数值的数组。
- 返回类型: