]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115532: Add kernel density estimation to the statistics module (gh-115863)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sun, 25 Feb 2024 23:46:47 +0000 (17:46 -0600)
committerGitHub <noreply@github.com>
Sun, 25 Feb 2024 23:46:47 +0000 (17:46 -0600)
commit6d34eb0e36d3a7edd9e7629f21da39b6a74b8f68
tree0ac0ed92cdfe54d2f9ff6b0e387c424c8324dcf0
parent6a3236fe2e61673cf9f819534afbf14a18678408
gh-115532: Add kernel density estimation to the statistics module (gh-115863)
Doc/library/statistics.rst
Doc/whatsnew/3.13.rst
Lib/statistics.py
Lib/test/test_statistics.py
Misc/NEWS.d/next/Library/2024-02-23-11-08-31.gh-issue-115532.zVd3gK.rst [new file with mode: 0644]