naginterfaces.library.specfun.bessel_​i0_​scaled_​vector

naginterfaces.library.specfun.bessel_i0_scaled_vector(x)[source]

bessel_i0_scaled_vector returns an array of values of the scaled modified Bessel function .

For full information please refer to the NAG Library document for s18cs

https://support.nag.com/numeric/nl/nagdoc_30/flhtml/s/s18csf.html

Parameters
xfloat, array-like, shape

The argument of the function, for .

Returns
ffloat, ndarray, shape

, the function values.

Warns
NagAlgorithmicWarning
(errno )

On entry, .

Constraint: .

Notes

bessel_i0_scaled_vector evaluates an approximation to , where is a modified Bessel function of the first kind for an array of arguments , for . The scaling factor removes most of the variation in .

The function uses the same Chebyshev expansions as bessel_i0_real_vector(), which returns an array of the unscaled values of .

References

NIST Digital Library of Mathematical Functions