mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
GH-95861: Add support for Spearman's rank correlation coefficient (GH-95863)
This commit is contained in:
parent
91afe66707
commit
29c8f80760
4 changed files with 117 additions and 18 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Add support for computing Spearman's correlation coefficient to the existing
|
||||
statistics.correlation() function.
|
||||
Loading…
Add table
Add a link
Reference in a new issue