Correlation Coefficient (Spearman) VI
- Updated2025-07-30
- 2 minute(s) read
Computes the Spearman's rank correlation coefficient between input sequences X and Y.

Inputs/Outputs
X
—
X is the first input sequence.
Y
—
Y is the second input sequence.
correlation coefficient r
—
correlation coefficient r returns the correlation coefficient between X and Y.
r^2
—
r^2 returns the square of correlation coefficient r. |
The Spearman's rank correlation coefficient is a non-parametric measure of monotone association between two data sets and is defined as the linear correlation coefficient applied to the rank-transformations of X and Y. Use the Spearman's rank correlation coefficient when the distribution of the data makes the Pearson's correlation coefficient undesirable or misleading.
X
—
correlation coefficient r
—