]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45766: Add direct proportion option to linear_regression(). (#29490)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sun, 21 Nov 2021 14:39:26 +0000 (08:39 -0600)
committerGitHub <noreply@github.com>
Sun, 21 Nov 2021 14:39:26 +0000 (08:39 -0600)
commitd2b55b07d2b503dcd3b5c0e2753efa835cff8e8f
tree91c10668dcb58309c6ac4a683075f00d38bdbb71
parent2afa1a12669e1812a9fe8130c8f60052c4ad8bf8
bpo-45766: Add direct proportion option to linear_regression(). (#29490)

* bpo-45766: Add direct proportion option to linear_regression().

* Update 2021-11-09-09-18-06.bpo-45766.dvbcMf.rst

* Use ellipsis to avoid round-off issues.

* Update Misc/NEWS.d/next/Library/2021-11-09-09-18-06.bpo-45766.dvbcMf.rst

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
* Update signature in main docs

* Fix missing comma

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Doc/library/statistics.rst
Lib/statistics.py
Lib/test/test_statistics.py
Misc/NEWS.d/next/Library/2021-11-09-09-18-06.bpo-45766.dvbcMf.rst [new file with mode: 0644]