Re: [Numpy-discussion] binomial coefficient, factorial

2010-04-14 Thread Christopher Barker
Anne Archibald wrote: >> The problem is that everyone has a different "basic". What we really >> need is an easier way for folks to use sub-packages of scipy. I've found >> myself hand-extracting just what I need, too. > > Maybe I've been spoiled by using Linux, but my answer to this sort of > thi

Re: [Numpy-discussion] binomial coefficient, factorial

2010-04-14 Thread Anne Archibald
On 14 April 2010 17:37, Christopher Barker wrote: > jah wrote: >> Is there any chance that a binomial coefficent and factorial function >> can make their way into NumPy? > > probably not -- numpy is over-populated already > >> I know these exist in Scipy, but I don't >> want to have to install Sci

Re: [Numpy-discussion] binomial coefficient, factorial

2010-04-14 Thread Christopher Barker
jah wrote: > Is there any chance that a binomial coefficent and factorial function > can make their way into NumPy? probably not -- numpy is over-populated already > I know these exist in Scipy, but I don't > want to have to install SciPy just to have something so "basic". The problem is that

Re: [Numpy-discussion] binomial coefficient, factorial

2010-04-14 Thread Alan G Isaac
On 4/13/2010 11:16 PM, jah wrote: > binomial coefficent and factorial function http://code.google.com/p/econpy/source/browse/trunk/pytrix/pytrix.py fwiw, Alan Isaac ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mail

[Numpy-discussion] binomial coefficient, factorial

2010-04-13 Thread jah
Is there any chance that a binomial coefficent and factorial function can make their way into NumPy? I know these exist in Scipy, but I don't want to have to install SciPy just to have something so "basic". ___ NumPy-Discussion mailing list NumPy-Discuss