Re: [Numpy-discussion] Percentiles and Box Plots

2010-01-15 Thread Wayne Watson
Thanks. I'll give it a try. Is this something fairly new? Robert Kern wrote: On Fri, Jan 15, 2010 at 17:06, Wayne Watson wrote: I have from about 90 to 600 points of different data sets that I would like to find the 10th and 90th percentile for. Does numpy have a function for tha

Re: [Numpy-discussion] Percentiles and Box Plots

2010-01-15 Thread Keith Goodman
On Fri, Jan 15, 2010 at 6:48 PM, Wayne Watson wrote: > Thanks. I'll give it a try. Is this something fairly new? From http://projects.scipy.org/scipy/search?q=scoreatpercentile it looks like it has been there a few years. But what percentile is a few years? _

Re: [Numpy-discussion] Percentiles and Box Plots

2010-01-15 Thread Robert Kern
On Fri, Jan 15, 2010 at 17:06, Wayne Watson wrote: > I have from about 90 to 600 points of different data sets that I would > like to find the 10th and 90th percentile for. Does numpy have a > function for that, or any other percentile points?  Is there a method > for getting at the Box Plot quart

[Numpy-discussion] Percentiles and Box Plots

2010-01-15 Thread Wayne Watson
I have from about 90 to 600 points of different data sets that I would like to find the 10th and 90th percentile for. Does numpy have a function for that, or any other percentile points? Is there a method for getting at the Box Plot quartiles, and ranges. I think that's the simplest set for Bo