index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
statistics.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add examples to elucidate the formulas (GH-14898) (GH-14899)
Miss Islington (bot)
2019-07-21
1
-6/+10
*
bpo-36546: Add more tests and expand docs (#13406)
Raymond Hettinger
2019-05-18
1
-11/+22
*
bpo-36018: Make "seed" into a keyword only argument (GH-12921)
Raymond Hettinger
2019-04-23
1
-1/+1
*
bpo-36546: Add statistics.quantiles() (#12710)
Raymond Hettinger
2019-04-23
1
-3/+51
*
bpo-27181: Add statistics.geometric_mean() (GH-12638)
Raymond Hettinger
2019-04-07
1
-0/+19
*
bpo-36324: Add inv_cdf() to statistics.NormalDist() (GH-12377)
Raymond Hettinger
2019-03-19
1
-0/+22
*
Correct the heading levels (GH-12338)
Raymond Hettinger
2019-03-15
1
-2/+2
*
bpo-35892: Fix mode() and add multimode() (#12089)
Raymond Hettinger
2019-03-12
1
-8/+30
*
Various refinements to the NormalDist examples and recipes (GH-12272)
Raymond Hettinger
2019-03-11
1
-23/+26
*
Make a documentation link target more specific (GH-12249)
Raymond Hettinger
2019-03-09
1
-3/+3
*
NormalDist.overlap() only needs one example (GH-12218)
Raymond Hettinger
2019-03-07
1
-17/+4
*
Refine statistics.NormalDist documentation and improve test coverage (GH-12208)
Raymond Hettinger
2019-03-07
1
-28/+24
*
bpo-36169 : Add overlap() method to statistics.NormalDist (GH-12149)
Raymond Hettinger
2019-03-07
1
-0/+32
*
bpo-36018: Add documentation link to "random variable" (GH-12114)
Raymond Hettinger
2019-03-01
1
-5/+7
*
bpo-36018: Add special value tests and make minor tweaks to the docs (GH-12096)
Raymond Hettinger
2019-02-28
1
-3/+3
*
bpo-36018: Add properties for mean and stdev (GH-12022)
Raymond Hettinger
2019-02-24
1
-6/+10
*
bpo-36018: Add the NormalDist class to the statistics module (GH-11973)
Raymond Hettinger
2019-02-23
1
-0/+195
*
bpo-35904: Add statistics.fmean() (GH-11892)
Raymond Hettinger
2019-02-21
1
-0/+18
*
bpo-33573: docs to suggest median() alternatives for non-numeric data (GH-7587)
Tal Einat
2018-06-25
1
-0/+4
*
bpo-25910: Link redirections in docs (#1933)
Sanyam Khurana
2018-01-20
1
-2/+0
*
Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges
Serhiy Storchaka
2016-11-26
1
-3/+3
|
\
|
*
Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges
Serhiy Storchaka
2016-11-26
1
-3/+3
*
|
Issue #27825: Improve for statistics data arguments. (Contributed by Mariatta...
Raymond Hettinger
2016-11-22
1
-5/+5
*
|
Issue #27181 remove geometric_mean and defer for 3.7.
Steven D'Aprano
2016-10-04
1
-29/+0
*
|
Fix markup, add versionadded tags
Zachary Ware
2016-08-23
1
-3/+7
*
|
Add documentation for geometric and harmonic means.
Steven D'Aprano
2016-08-23
1
-0/+58
|
/
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-2/+3
*
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka
2016-05-07
1
-1/+1
*
Fixing broken links in doc, part 3: the rest
Georg Brandl
2014-10-29
1
-1/+1
*
Revert #22251
Berker Peksag
2014-09-27
1
-3/+1
*
Issue #22251: Fix ReST markup to avoid errors building docs.
Berker Peksag
2014-09-27
1
-1/+3
*
Close #20481: Disallow mixed type input in statistics
Nick Coghlan
2014-02-08
1
-0/+10
*
Note that examples are sorted only for convenience.
Georg Brandl
2013-11-04
1
-0/+3
*
Closes #19323: fix typo. Thanks to Michael Merickel.
Georg Brandl
2013-10-21
1
-1/+1
*
Reformat statistics.rst and remove unnecessary headings for each function.
Georg Brandl
2013-10-21
1
-197/+139
*
remove backticks
Benjamin Peterson
2013-10-20
1
-1/+1
*
fix declaration of StatisticsError
Benjamin Peterson
2013-10-20
1
-2/+2
*
Issue #19304: Fix typos noted by Claudiu Popa.
Ned Deily
2013-10-19
1
-2/+2
*
Issue #18606: Add the new "statistics" module (PEP 450). Contributed
Larry Hastings
2013-10-19
1
-0/+463