naginterfaces.library.specfun.bessel_i1_scaled_vector¶
- naginterfaces.library.specfun.bessel_i1_scaled_vector(x)[source]¶
bessel_i1_scaled_vector
returns an array of values of the scaled modified Bessel function .For full information please refer to the NAG Library document for s18ct
https://support.nag.com/numeric/nl/nagdoc_30.2/flhtml/s/s18ctf.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_i1_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_i1_real_vector()
, which returns an array of the unscaled values of .
- References
NIST Digital Library of Mathematical Functions