summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorMark Wiebe <mwwiebe@gmail.com>2011-08-17 19:18:56 -0700
committerCharles Harris <charlesr.harris@gmail.com>2011-08-27 07:26:56 -0600
commitbfda229ec93d37b1ee2cdd8b9443ec4e34536bbf (patch)
tree1315cce82b32c73eb9390e3fa46d8a8e0ddecebe /doc/source
parentd9b3f90de3213ece9a78b77088fdec17910e81d9 (diff)
downloadnumpy-bfda229ec93d37b1ee2cdd8b9443ec4e34536bbf.tar.gz
ENH: missingdata: Create count_reduce_items function
This function either cheaply returns the product of the sizes of all the reduction axes, or counts the number of items which will be used in a reduction operation when skipna is True. Its purpose is to make it easy to do functions like np.mean and np.std.
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/reference/routines.sort.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/reference/routines.sort.rst b/doc/source/reference/routines.sort.rst
index c10252c69..517ea5897 100644
--- a/doc/source/reference/routines.sort.rst
+++ b/doc/source/reference/routines.sort.rst
@@ -37,3 +37,4 @@ Counting
:toctree: generated/
count_nonzero
+ count_reduce_items