[NumPy-Tickets] [NumPy] #1952: Float not allowed in std ddof
NumPy Trac
numpy-tickets@scipy....
Mon Feb 6 19:47:39 CST 2012
#1952: Float not allowed in std ddof
------------------------+---------------------------------------------------
Reporter: pv | Owner: somebody
Type: defect | Status: needs_review
Priority: normal | Milestone: 1.7.0
Component: numpy.core | Version: 1.6.0
Keywords: |
------------------------+---------------------------------------------------
Changes (by mwiebe):
* status: new => needs_review
* milestone: Unscheduled => 1.7.0
Comment:
This works for me in the current master, probably the deep changes
required for NA support are what fixed it:
{{{
np.array([1, 1, 2]).std(ddof=1.4)
Out[2]: 0.6454972243679028
}}}
Can you confirm it's producing the correct results?
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1952#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list