diff options
author | Ralf Gommers <ralf.gommers@googlemail.com> | 2012-05-05 21:16:13 +0200 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@googlemail.com> | 2012-07-07 14:48:49 +0200 |
commit | 2c9981b61ca56b41a5e7b9fbe785b6b54727aea4 (patch) | |
tree | 30f093eeef4682ef9eadddfe98e3c4ef5280a244 /doc | |
parent | 3445712afcd71d2a3d61973de45aa94c38613dd5 (diff) | |
download | numpy-2c9981b61ca56b41a5e7b9fbe785b6b54727aea4.tar.gz |
DOC: merge wiki edits. Add percentile to statistics routines (ML suggestion).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/reference/index.rst | 1 | ||||
-rw-r--r-- | doc/source/reference/routines.statistics.rst | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/source/reference/index.rst b/doc/source/reference/index.rst index f5d0bddd7..128339e16 100644 --- a/doc/source/reference/index.rst +++ b/doc/source/reference/index.rst @@ -7,6 +7,7 @@ NumPy Reference :Release: |version| :Date: |today| + .. module:: numpy This reference manual details functions, modules, and objects diff --git a/doc/source/reference/routines.statistics.rst b/doc/source/reference/routines.statistics.rst index 551dce77b..c420705af 100644 --- a/doc/source/reference/routines.statistics.rst +++ b/doc/source/reference/routines.statistics.rst @@ -4,8 +4,8 @@ Statistics .. currentmodule:: numpy -Extremal values ---------------- +Order statistics +---------------- .. autosummary:: :toctree: generated/ @@ -15,6 +15,7 @@ Extremal values nanmin nanmax ptp + percentile Averages and variances ---------------------- |