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?
Matthieu
--
Information System Engineer, Ph.D.
Website: http://matthieu-brucher.developpez.com/
Blogs: http://matt.eifelle.com and http://blog.developpez.com/?blog=92
LinkedIn: http://www.linkedin.com/in/matthieubrucher
_______________________________________________
SciPy-User mailing list
SciPy...@scipy.org
http://mail.scipy.org/mailman/listinfo/scipy-user
It's scipy.special.iv(order, x)
it gives the modified Bessel function of the first kind of
order 'order' evaluated at 'x'.
Bye.
Matthieu
2009/11/23 Ernest Adrogué <eadr...@gmx.net>:
--
Information System Engineer, Ph.D.
Website: http://matthieu-brucher.developpez.com/
Blogs: http://matt.eifelle.com and http://blog.developpez.com/?blog=92
LinkedIn: http://www.linkedin.com/in/matthieubrucher