[NumPy-Tickets] [NumPy] #1813: percentile examples
NumPy Trac
numpy-tickets@scipy....
Thu Apr 28 13:53:29 CDT 2011
#1813: percentile examples
---------------------------+------------------------------------------------
Reporter: nzarate | Owner: pv
Type: enhancement | Status: new
Priority: normal | Milestone: Unscheduled
Component: Documentation | Version: 1.5.1
Keywords: percentile |
---------------------------+------------------------------------------------
The percentile function do not give the posted answer; e.g.
np.percentile(a, 0.5)
should be
np.percentile(a, 50)
Thanks
nz
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1813>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list