| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-121977: Add tips for handling unhashable data (#122075) | Raymond Hettinger | 2024-07-21 | 1 | -0/+6 |
|
|
* | gh-121905: Consistently use "floating-point" instead of "floating point" (GH-... | Serhiy Storchaka | 2024-07-19 | 1 | -1/+1 |
|
|
* | Format None, True, False and NotImplemented as literals (GH-118758) | Serhiy Storchaka | 2024-05-08 | 1 | -1/+1 |
|
|
* | docs: module page titles should not start with a link to themselves (#117099) | Ned Batchelder | 2024-05-08 | 1 | -2/+2 |
|
|
* | gh-115532 Add kde_random() to the statistic module (#118210) | Raymond Hettinger | 2024-05-04 | 1 | -59/+25 |
|
|
* | gh-64588: Clarify the difference between mu and xbar in statistics docs (#117... | Mariusz Felisiak | 2024-04-19 | 1 | -7/+7 |
|
|
* | gh-115532: Minor tweaks to kde() (gh-117897) | Raymond Hettinger | 2024-04-15 | 1 | -1/+2 |
|
|
* | Add statistics recipe for sampling from an estimated probability density dist... | Raymond Hettinger | 2024-03-27 | 1 | -0/+58 |
|
|
* | Sync main docs and docstring for median_grouped(). (gh-117214) | Raymond Hettinger | 2024-03-25 | 1 | -38/+39 |
|
|
* | Minor markup and grammar fixes in the statistics docs (gh-117216) | Raymond Hettinger | 2024-03-25 | 1 | -3/+3 |
|
|
* | Add cumulative option for the new statistics.kde() function. (#117033) | Raymond Hettinger | 2024-03-24 | 1 | -5/+8 |
|
|
* | gh-115532: Add kernel density estimation to the statistics module (gh-115863) | Raymond Hettinger | 2024-02-25 | 1 | -40/+49 |
|
|
* | Update KDE recipe to match the standard use of the h parameter (gh-#113958) | Raymond Hettinger | 2024-01-11 | 1 | -7/+5 |
|
|
* | Simplify binomial approximation example with random.binomialvariate() (gh-113... | Raymond Hettinger | 2024-01-09 | 1 | -7/+4 |
|
|
* | 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 |
|
|