-
Notifications
You must be signed in to change notification settings - Fork 0
Stats spearman
github-actions[bot] edited this page Sep 24, 2026
·
4 revisions
Development build. This page describes
main, not a released package. The latest published Lodestar.Stats is 0.5.0 — read its documentation.
Home › Stats › Hypothesis tests
Spearman's rho: is there a monotone relationship between two variables?
Pearson on the mid-ranks rather than on the values, which is the whole
definition: it answers whether the two rise and fall together, not whether they do so along a
line, and a single outlier moves a rank by one place instead of moving a mean. The p-value is the
Student approximation on n - 2 degrees of freedom at every sample size — scipy publishes no
exact branch for spearmanr, so neither is offered here.
| Member | What it does |
|---|---|
Spearman.Test |
Correlates the ranks of two paired samples. |