This list is for matplotlib, please try asking at the scipy mailing list.
On Thursday 06 December 2007 10:20:30 am Samuel GARCIA wrote:
> Hi all,
>
> I found something strange in scipy.stats.percentileofscore
>
> In [1]: from scipy import *
>
> In [2]: a = rand(1)
>
> In [3]: stats.percentileo
Hi all,
I found something strange in scipy.stats.percentileofscore
In [1]: from scipy import *
In [2]: a = rand(1)
In [3]: stats.percentileofscore(a,.2)
Out[3]: 20.0157565073
This OK.
In [4]: stats.percentileofscore(a,.0002)
Out[4]: 102.898311442
This is