summaryrefslogtreecommitdiff
path: root/Doc/library/statistics.rst
Commit message (Expand)AuthorAgeFilesLines
* GH-103484: Fix redirected permanently URLs (#104001)Rafael Fontenelle2023-05-021-1/+1
* gh-99087: Add missing newline for prompts in docs (GH-98993)Stanley2022-12-081-0/+1
* Docs: Fix backtick errors found by sphinx-lint (#97998)Hugo van Kemenade2022-10-061-1/+1
* GH-95861: Add support for Spearman's rank correlation coefficient (GH-95863)Raymond Hettinger2022-08-181-11/+37
* gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9...Serhiy Storchaka2022-08-041-1/+1
* GH-77265: Document NaN handling in statistics functions that sort or count (#...Raymond Hettinger2022-07-101-0/+29
* gh-93851: Fix all broken links in Doc/ (GH-93853)Oleg Iarygin2022-06-211-2/+2
* Update potentially confusing note for mean. (GH-30174)Mark Dickinson2021-12-211-4/+5
* bpo-45766: Add direct proportion option to linear_regression(). (#29490)Raymond Hettinger2021-11-211-1/+11
* bpo-44151: Various grammar, word order, and markup fixes (GH-26344)Raymond Hettinger2021-05-241-10/+10
* bpo-44151: linear_regression() minor API improvements (GH-26199)Zack Kneupper2021-05-241-10/+11
* bpo-44150: Support optional weights parameter for fmean() (GH-26175)Raymond Hettinger2021-05-201-2/+19
* Apply edits from Allen Downey's review of the linear_regression docs. (GH-26176)Raymond Hettinger2021-05-161-17/+9
* bpo-38490: statistics: Add covariance, Pearson's correlation, and simple line...Tymoteusz Wołodźko2021-04-251-0/+103
* Fix some minor errors in the docs (GH-24834)Zackery Spytz2021-03-131-1/+1
* bpo-43147: Remove archaic terminology. (GH-24462)Raymond Hettinger2021-02-071-6/+5
* bpo-38308: Fix the "versionchanged" for the *weights* of harmonic_mean() (GH-...Zackery Spytz2021-01-031-1/+1
* bpo-38308: Add optional weighting to statistics.harmonic_mean() (GH-23914)Raymond Hettinger2020-12-231-9/+12
* bpo-40290: Add zscore() to statistics.NormalDist. (GH-19547)Raymond Hettinger2020-04-161-0/+10
* bpo-36018: Minor fixes to the NormalDist() examples and recipes. (GH-18226)Raymond Hettinger2020-01-271-5/+5
* bpo-36018: Add another example for NormalDist() (#18191)Raymond Hettinger2020-01-251-0/+36
* bpo-21063: Improve module synopsis for distutils (GH-17363)Sanchit Khurana2019-11-251-1/+1
* bpo-38385: Fix iterator/iterable terminology in statistics docs (GH-17111)Raymond Hettinger2019-11-111-9/+9
* bpo-38382: Document the early-out behavior for a zero (GH-17037)Raymond Hettinger2019-11-061-1/+6
* bpo-38464: Document parameter for NormalDist.quantiles() (GH-16757)Raymond Hettinger2019-10-131-1/+1
* bpo-36018: Address more reviewer feedback (GH-15733)Raymond Hettinger2019-09-081-14/+27
* More refinements to the statistics docs (GH-15713)Raymond Hettinger2019-09-051-27/+33
* bpo-36324: Apply review comment from Jake Vanderplas (GH-15695)Raymond Hettinger2019-09-051-2/+2
* bpo-36324: Apply review comments from Allen Downey (GH-15693)Raymond Hettinger2019-09-051-64/+65
* bpo-37905: Improve docs for NormalDist (GH-15486)Raymond Hettinger2019-08-251-20/+7
* bpo-35892: Add usage note to mode() (GH-15122)Raymond Hettinger2019-08-081-1/+3
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-301-1/+1
* Add examples to elucidate the formulas (GH-14898)Raymond Hettinger2019-07-211-6/+10
* 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-181-0/+22
* Correct the heading levels (GH-12338)Raymond Hettinger2019-03-141-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-101-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-061-28/+24
* bpo-36169 : Add overlap() method to statistics.NormalDist (GH-12149)Raymond Hettinger2019-03-061-0/+32
* bpo-36018: Add documentation link to "random variable" (GH-12114)Raymond Hettinger2019-02-281-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