Re: [Numpy-discussion] your numpy bug-report -- clamp and percentile

2008-03-25 Thread David Cournapeau
On Tue, 2008-03-25 at 10:47 +0100, Sebastian Haase wrote: > Hi Connelly ! > Hi Sebastian, > > If someone wants to not "rely" on scipy , then the precentile would > still be missing . The problem is that you can apply this reasoning to any function. So there should be a limit. > (And I a

[Numpy-discussion] your numpy bug-report -- clamp and percentile

2008-03-25 Thread Sebastian Haase
Hi Connelly ! I saw your bug-report (#626) was closed (as invalid). [[ I think "invalid" is wrong, since numpy != scipy ]] (http://scipy.org/scipy/numpy/ticket/626) Two functions I am continually re-implementing in my own number-crunching projects are percentile() and clamp(). Here percentil