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
*
gh-110150: Fix base case handling in quantiles() (gh-110151)
Raymond Hettinger
2023-10-01
1
-1/+6
*
Add example for linear_regression() with proportional=True. (gh-110133)
Raymond Hettinger
2023-09-30
1
-0/+19
*
Fix misc doc typos (#108592)
xzmeng
2023-08-29
1
-1/+1
*
gh-108322: Optimize statistics.NormalDist.samples() (gh-108324)
Raymond Hettinger
2023-08-27
1
-0/+5
*
Add another example to the statistics docs (GH-107904)
Raymond Hettinger
2023-08-13
1
-0/+57
*
GH-103484: Fix redirected permanently URLs (#104001)
Rafael Fontenelle
2023-05-02
1
-1/+1
*
gh-99087: Add missing newline for prompts in docs (GH-98993)
Stanley
2022-12-09
1
-0/+1
*
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade
2022-10-07
1
-1/+1
*
GH-95861: Add support for Spearman's rank correlation coefficient (GH-95863)
Raymond Hettinger
2022-08-18
1
-11/+37
*
gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9...
Serhiy Storchaka
2022-08-04
1
-1/+1
*
GH-77265: Document NaN handling in statistics functions that sort or count (#...
Raymond Hettinger
2022-07-10
1
-0/+29
*
gh-93851: Fix all broken links in Doc/ (GH-93853)
Oleg Iarygin
2022-06-21
1
-2/+2
*
Update potentially confusing note for mean. (GH-30174)
Mark Dickinson
2021-12-21
1
-4/+5
*
bpo-45766: Add direct proportion option to linear_regression(). (#29490)
Raymond Hettinger
2021-11-21
1
-1/+11
*
bpo-44151: Various grammar, word order, and markup fixes (GH-26344)
Raymond Hettinger
2021-05-25
1
-10/+10
*
bpo-44151: linear_regression() minor API improvements (GH-26199)
Zack Kneupper
2021-05-25
1
-10/+11
*
bpo-44150: Support optional weights parameter for fmean() (GH-26175)
Raymond Hettinger
2021-05-21
1
-2/+19
*
Apply edits from Allen Downey's review of the linear_regression docs. (GH-26176)
Raymond Hettinger
2021-05-17
1
-17/+9
*
bpo-38490: statistics: Add covariance, Pearson's correlation, and simple line...
Tymoteusz Wołodźko
2021-04-25
1
-0/+103
*
Fix some minor errors in the docs (GH-24834)
Zackery Spytz
2021-03-14
1
-1/+1
*
bpo-43147: Remove archaic terminology. (GH-24462)
Raymond Hettinger
2021-02-08
1
-6/+5
*
bpo-38308: Fix the "versionchanged" for the *weights* of harmonic_mean() (GH-...
Zackery Spytz
2021-01-03
1
-1/+1
*
bpo-38308: Add optional weighting to statistics.harmonic_mean() (GH-23914)
Raymond Hettinger
2020-12-24
1
-9/+12
*
bpo-40290: Add zscore() to statistics.NormalDist. (GH-19547)
Raymond Hettinger
2020-04-16
1
-0/+10
*
bpo-36018: Minor fixes to the NormalDist() examples and recipes. (GH-18226)
Raymond Hettinger
2020-01-28
1
-5/+5
*
bpo-36018: Add another example for NormalDist() (#18191)
Raymond Hettinger
2020-01-26
1
-0/+36
*
bpo-21063: Improve module synopsis for distutils (GH-17363)
Sanchit Khurana
2019-11-25
1
-1/+1
*
bpo-38385: Fix iterator/iterable terminology in statistics docs (GH-17111)
Raymond Hettinger
2019-11-12
1
-9/+9
*
bpo-38382: Document the early-out behavior for a zero (GH-17037)
Raymond Hettinger
2019-11-07
1
-1/+6
*
bpo-38464: Document parameter for NormalDist.quantiles() (GH-16757)
Raymond Hettinger
2019-10-14
1
-1/+1
*
bpo-36018: Address more reviewer feedback (GH-15733)
Raymond Hettinger
2019-09-08
1
-14/+27
*
More refinements to the statistics docs (GH-15713)
Raymond Hettinger
2019-09-06
1
-27/+33
*
bpo-36324: Apply review comment from Jake Vanderplas (GH-15695)
Raymond Hettinger
2019-09-05
1
-2/+2
*
bpo-36324: Apply review comments from Allen Downey (GH-15693)
Raymond Hettinger
2019-09-05
1
-64/+65
*
bpo-37905: Improve docs for NormalDist (GH-15486)
Raymond Hettinger
2019-08-25
1
-20/+7
*
bpo-35892: Add usage note to mode() (GH-15122)
Raymond Hettinger
2019-08-08
1
-1/+3
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
1
-1/+1
*
Add examples to elucidate the formulas (GH-14898)
Raymond Hettinger
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
[next]