SourceForge logo
SourceForge logo
Menu

matplotlib-users

From: David S. <dav...@rs...> - 2008年03月28日 10:52:54
I would like to find percentiles, with interpolation where needed, but 
the matplotlib prctile seems to be different to matlab in this respect:
In [1]: x = array([ 3.0, 5.0, 7.0, 8.0, 9.0, 11.0 ])
In [2]: median(x)
Out[2]: 7.5
In [3]: prctile(x,50)
Out[3]: 8.0
is there a function available which does include interpolation, or 
should I just write my own? (I'd also like 10th and 90th percentiles for 
example).
Thanks, Dave
From: Lionel R. <lro...@li...> - 2008年03月28日 11:13:11
You can use the scipy version:
|~|[10]>from scipy.stats import stats
|~|[11]>stats.scoreatpercentile(x,50)
Out [11]:7.5
Le vendredi 28 mars 2008, David Simpson a écrit :
> I would like to find percentiles, with interpolation where needed, but
> the matplotlib prctile seems to be different to matlab in this respect:
>
> In [1]: x = array([ 3.0, 5.0, 7.0, 8.0, 9.0, 11.0 ])
>
> In [2]: median(x)
> Out[2]: 7.5
>
> In [3]: prctile(x,50)
> Out[3]: 8.0
>
>
> is there a function available which does include interpolation, or
> should I just write my own? (I'd also like 10th and 90th percentiles for
> example).
>
> Thanks, Dave
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplac
>e _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
-- 
Lionel Roubeyrie - lro...@li...
Chargé d'études et de maintenance
LIMAIR - la Surveillance de l'Air en Limousin
http://www.limair.asso.fr
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /