22 Mar
2000
22 Mar
'00
11: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
23 Mar
23 Mar
12:07 a.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 http://oliphant.netpedia.net/ to download the package itself.
8972
Age (days ago)
8973
Last active (days ago)
1 comments
2 participants
participants (2)
-
Charles G Waldman
-
Jean-Bernard Addor