This is documentation for an old release of SciPy (version 0.10.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.special.i0e

scipy.special.i0e(x[, out]) = <ufunc 'i0e'>

y=i0e(x) returns the exponentially scaled modified Bessel function of order 0 at x. i0e(x) = exp(-|x|) * i0(x).

Previous topic

scipy.special.i0

Next topic

scipy.special.i1

This Page