jax.scipy.special.i0e#
- jax.scipy.special.i0e(x)[source]#
Exponentially scaled modified bessel function of zeroth order.
JAX implementation of
scipy.special.i0e
.\[\mathrm{i0e}(x) = e^{-|x|} I_0(x)\]where \(I_0(x)\) is the modified Bessel function
i0()
.- Parameters:
x (ArrayLike) – array, real-valued
- Returns:
array of bessel function values.
- Return type: