summaryrefslogtreecommitdiffstats
path: root/Doc/library/statistics.rst
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-36546: Add more tests and expand docs (#13406)Raymond Hettinger2019-05-181-11/+22
* bpo-36018: Make "seed" into a keyword only argument (GH-12921)Raymond Hettinger2019-04-231-1/+1
* bpo-36546: Add statistics.quantiles() (#12710)Raymond Hettinger2019-04-231-3/+51
* bpo-27181: Add statistics.geometric_mean() (GH-12638)Raymond Hettinger2019-04-071-0/+19
* bpo-36324: Add inv_cdf() to statistics.NormalDist() (GH-12377)Raymond Hettinger2019-03-191-0/+22
* Correct the heading levels (GH-12338)Raymond Hettinger2019-03-151-2/+2
* bpo-35892: Fix mode() and add multimode() (#12089)Raymond Hettinger2019-03-121-8/+30
* Various refinements to the NormalDist examples and recipes (GH-12272)Raymond Hettinger2019-03-111-23/+26
* Make a documentation link target more specific (GH-12249)Raymond Hettinger2019-03-091-3/+3
* NormalDist.overlap() only needs one example (GH-12218)Raymond Hettinger2019-03-071-17/+4
* Refine statistics.NormalDist documentation and improve test coverage (GH-12208)Raymond Hettinger2019-03-071-28/+24
* bpo-36169 : Add overlap() method to statistics.NormalDist (GH-12149)Raymond Hettinger2019-03-071-0/+32
* bpo-36018: Add documentation link to "random variable" (GH-12114)Raymond Hettinger2019-03-011-5/+7
* bpo-36018: Add special value tests and make minor tweaks to the docs (GH-12096)Raymond Hettinger2019-02-281-3/+3
* bpo-36018: Add properties for mean and stdev (GH-12022)Raymond Hettinger2019-02-241-6/+10
* bpo-36018: Add the NormalDist class to the statistics module (GH-11973)Raymond Hettinger2019-02-231-0/+195
* bpo-35904: Add statistics.fmean() (GH-11892)Raymond Hettinger2019-02-211-0/+18
* bpo-33573: docs to suggest median() alternatives for non-numeric data (GH-7587)Tal Einat2018-06-251-0/+4
* bpo-25910: Link redirections in docs (#1933)Sanyam Khurana2018-01-201-2/+0
* Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-261-3/+3
|\
| * Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-261-3/+3
* | Issue #27825: Improve for statistics data arguments. (Contributed by Mariatta...Raymond Hettinger2016-11-221-5/+5
* | Issue #27181 remove geometric_mean and defer for 3.7.Steven D'Aprano2016-10-041-29/+0
* | Fix markup, add versionadded tagsZachary Ware2016-08-231-3/+7
* | Add documentation for geometric and harmonic means.Steven D'Aprano2016-08-231-0/+58
|/
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-2/+3
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-1/+1
* Fixing broken links in doc, part 3: the restGeorg Brandl2014-10-291-1/+1
* Revert #22251Berker Peksag2014-09-271-3/+1
* Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-271-1/+3
* Close #20481: Disallow mixed type input in statisticsNick Coghlan2014-02-081-0/+10
* Note that examples are sorted only for convenience.Georg Brandl2013-11-041-0/+3
* Closes #19323: fix typo. Thanks to Michael Merickel.Georg Brandl2013-10-211-1/+1
* Reformat statistics.rst and remove unnecessary headings for each function.Georg Brandl2013-10-211-197/+139
* remove backticksBenjamin Peterson2013-10-201-1/+1
* fix declaration of StatisticsErrorBenjamin Peterson2013-10-201-2/+2
* Issue #19304: Fix typos noted by Claudiu Popa.Ned Deily2013-10-191-2/+2
* Issue #18606: Add the new "statistics" module (PEP 450). ContributedLarry Hastings2013-10-191-0/+463