[SciPy-User] Modified Bessel functions of the first kind

Ernest Adrogué eadrogue at gmx.net
Mon Nov 23 09:11:33 EST 2009


Hi, 
23/11/09 @ 14:46 (+0100), thus spake Matthieu Brucher:
> I need the zero-order modified Bessel function of the first kind. I've
> seen the scipy.special.besselpoly, but I don't know if it really is
> what I'm looking for...
> Does someone know?

It's scipy.special.iv(order, x)
it gives the modified Bessel function of the first kind of
order 'order' evaluated at 'x'.

Bye.



More information about the SciPy-User mailing list