[Numpy-tickets] [NumPy] #392: histogram reverse indicies
NumPy
numpy-tickets at scipy.net
Thu Nov 30 16:32:55 CST 2006
#392: histogram reverse indicies
-------------------------+--------------------------------------------------
Reporter: donovandak | Owner: somebody
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Other | Version:
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
Are there any plans to add "reverse indexing" capability (as found in
IDL's histogram function) to numpy.histogram ? This capability tells you,
for each bin in the histogram, the actual indices of the data which fell
into that bin. It's actually more useful than it may sound... check out
the "reverse indicies" section of the page below if you are unfamiliar
with the concept:
[http://www.dfanning.com/tips/histogram_tutorial.html]
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/392>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list