]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38490: statistics: Add covariance, Pearson's correlation, and simple linear regre...
authorTymoteusz Wołodźko <twolodzko@users.noreply.github.com>
Sun, 25 Apr 2021 11:45:09 +0000 (13:45 +0200)
committerGitHub <noreply@github.com>
Sun, 25 Apr 2021 11:45:09 +0000 (14:45 +0300)
commit09aa6f914dc313875ff18474770a0a7c13ea8dea
tree8f4ea916f3016fd3845b87705b1eb6f85c4fb190
parent172c0f2752d8708b6dda7b42e6c5a3519420a4e8
bpo-38490: statistics: Add covariance, Pearson's correlation, and simple linear regression (#16813)

Co-authored-by: Tymoteusz Wołodźko <twolodzko+gitkraken@gmail.com
Doc/library/statistics.rst
Doc/whatsnew/3.10.rst
Lib/statistics.py
Lib/test/test_statistics.py
Misc/ACKS
Misc/NEWS.d/next/Library/2019-10-16-08-08-14.bpo-38490.QbDXEF.rst [new file with mode: 0644]