
22 Mar
2000
22 Mar
'00
3:31 p.m.
Hey Numpy people!
I need to compute the Gamma function (the one related to factorial) with Numpy. It seems no to be included in the module, Am I right? Is any code for computing it available? Where could I find an algorythme to adapt ?
Jean-Bernard

22 Mar
22 Mar
4:07 p.m.
Jean-Bernard Addor writes:
Hey Numpy people!
I need to compute the Gamma function (the one related to factorial) with Numpy. It seems no to be included in the module, Am I right?
Yes, but it is present in Travis Oliphant's "cephes" module which is an addon to stock NumPy. See
http://oliphant.netpedia.net/packages/included_functions.html
for the list of functions, and go to
to download the package itself.
8652
Age (days ago)
8653
Last active (days ago)
1 comments
2 participants
participants (2)
-
Charles G Waldman
-
Jean-Bernard Addor