[Numpy-tickets] [NumPy] #445: normed histogram returns incorrect results
NumPy
numpy-tickets@scipy....
Mon Feb 5 14:44:38 CST 2007
#445: normed histogram returns incorrect results
-----------------------+----------------------------------------------------
Reporter: cvwright | Owner: rkern
Type: defect | Status: assigned
Priority: normal | Milestone:
Component: numpy.lib | Version: devel
Severity: normal | Resolution:
Keywords: |
-----------------------+----------------------------------------------------
Changes (by rkern):
* status: new => assigned
* owner: somebody => rkern
Comment:
Actually, the particular "norm" we are using is that the resulting
histogram is a probability "density" function, not a probability "mass"
function. That is, the integral over the histogram function is 1, not the
sums of its bins.
The implementation is correct as far as it goes, though the docstring is
lacking.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/445#comment:1>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list