-
Notifications
You must be signed in to change notification settings - Fork 0
Stats pearson
github-actions[bot] edited this page Sep 24, 2026
·
3 revisions
Development build. This page describes
main, not a released package. The latest published Lodestar.Stats is 0.4.0 — read its documentation.
Home › Stats › Hypothesis tests
The Pearson correlation: is there a linear relationship between two variables?
The parametric member of the three correlation tests, and the only one that measures a linear
relationship rather than a monotone one — Spearman and
KendallTau rank first and so answer a weaker question about stronger data.
The null it tests is that the two samples are uncorrelated and normally distributed, which is
where the normality assumption enters; on a heavy-tailed sample the rank tests are the safer
reading.
| Member | What it does |
|---|---|
Pearson.Test |
Correlates two paired samples. |