5.7.2.3.18.6. scipy.special.i0e

scipy.special.i0e(x) = <ufunc 'i0e'>

Exponentially scaled modified Bessel function of order 0.

Defined as:

i0e(x) = exp(-abs(x)) * i0(x).