summaryrefslogtreecommitdiff
path: root/doc/source/reference/routines.statistics.rst
Commit message (Collapse)AuthorAgeFilesLines
* DOC: add nanmedian/nanpercentile to reference docsJoris Van den Bossche2015-05-261-0/+2
|
* MAINT: Refactor nanfunctions.Charles Harris2013-08-121-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nanmax, nanmin -------------- Add out and keepdims keywords. nanargmin, nanargmax -------------------- A NanWarning is raised if an all NaN slice detected. For all such slices np.iingo(np.intp).min is returned as the index value. nansum ------ The keywords dtype, out, and keepdims are added. A FutureWarning is raised, as in the future the mean of an empty slice after NaN replacement will be 0 instead of the current NaN. nanmean, nanvar, nanstd ----------------------- For all, if the input array is of inexact type then the dtype and out parameters must be of inexact type if specified. That insures that NaNs can be returned when appropriate. The nanmean function detects empty slices after NaN replacement and raises a NanWarning. NaN is returned as the value for all such slices. The nanmean and nanstd functions detect degrees of freedom <= 0 after NaN replacement and raise a NanWarning. NaN is returned as the value for all such slices.
* DOC: merge wiki edits. Add percentile to statistics routines (ML suggestion).Ralf Gommers2012-07-071-2/+3
|
* DOC: merge wiki docs - edits under doc/.Ralf Gommers2012-07-071-1/+1
|
* DOC: there is no acorrelate function.David Cournapeau2009-11-261-1/+0
|
* Merge from doc wikiPauli Virtanen2009-06-191-0/+1
|
* docs: strip trailing whitespace from RST filesPauli Virtanen2009-03-211-1/+1
|
* Moved numpy-docs under doc/ in the main Numpy trunk.Pauli Virtanen2008-11-231-0/+51