jax.scipy.special.i0e#
- jax.scipy.special.i0e(x)[源代码]#
指数缩放的零阶修正贝塞尔函数。
scipy.special.i0e
的 JAX 实现。\[\mathrm{i0e}(x) = e^{-|x|} I_0(x)\]其中 \(I_0(x)\) 是修正贝塞尔函数
i0()
。- 参数:
x (ArrayLike) – 数组,实数值
- 返回值:
贝塞尔函数值的数组。
- 返回类型:
指数缩放的零阶修正贝塞尔函数。
scipy.special.i0e
的 JAX 实现。
其中 \(I_0(x)\) 是修正贝塞尔函数 i0()
。
x (ArrayLike) – 数组,实数值
贝塞尔函数值的数组。