300px|thumb|A Spearman correlation of <math display="inline">1</math> results when the two variables being compared are monotonically related, even if their relationship is not linear. This means that all data points with greater <math display="inline">x</math> values than that of a given data point will have greater <math display="inline">y</math> values as well. In contrast, this does not give a perfect Pearson correlation.300px|thumb|When the data are roughly elliptically distributed and there are no prominent outliers, the Spearman correlation and Pearson correlation give similar values.

300px|thumb|The Spearman correlation is less sensitive than the Pearson correlation to strong outliers that are in the tails of both samples. That is because Spearman's ρ limits the outlier to the value of its rank.

In statistics, Spearman's rank correlation coefficient or Spearman's ρ is a number ranging from -1 to 1 that indicates how strongly two sets of ranks are correlated. It could be used in a situation where one only has ranked data, such as a tally of gold, silver, and bronze medals. If a statistician wanted to know whether people who are high ranking in sprinting are also high ranking in long-distance running, they would use a Spearman rank correlation coefficient.

The coefficient is named after Charles Spearman and often denoted by the Greek letter <math>\rho</math> (rho) or as <math>r_s</math>. It is a nonparametric measure of rank correlation (statistical dependence between the rankings of two variables). It assesses how well the relationship between two variables can be described using a monotonic function.

The Spearman correlation between two variables is equal to the Pearson correlation between the rank values of those two variables; while Pearson's correlation assesses linear relationships, Spearman's correlation assesses monotonic relationships (whether linear or not). If there are no repeated data values, a perfect Spearman correlation of +1 or −1 occurs when each of the variables is a perfect monotone function of the other.

Intuitively, the Spearman correlation between two variables will be high when observations have a similar (or identical for a correlation of 1) rank (i.e., relative position label of the observations within the variable: 1st, 2nd, 3rd, etc.) between the two variables, and low when observations have a dissimilar (or fully opposed for a correlation of −1) rank between the two variables.

Spearman's coefficient is appropriate for both continuous and discrete ordinal variables. Both Spearman's <math>\rho</math> and Kendall's <math>\tau</math> can be formulated as special cases of a more general correlation coefficient.

Applications

The coefficient can be used to determine how well data fits a model, like when determining the similarity of text documents.

Definition and calculation

The Spearman correlation coefficient is defined as the Pearson correlation coefficient between the rank variables.

For a sample of size <math>\ n\ ,</math> the <math>\ n\ </math> pairs of raw scores <math>\ \left( X_i, Y_i\right)\ </math> are converted to ranks <math>\ \operatorname{R}[ X_i ], \operatorname{R}[ Y_i ]\ ,</math> and <math>\ r_s\ </math> is computed as

: <math>

r_s =

\operatorname{\rho}\bigl[\ \operatorname{R}[X],\operatorname{R}[Y]\ \bigr] =

\frac{\ \operatorname{cov}\bigl[\ \operatorname{R}[X], \operatorname{R}[Y]\ \bigr]\ }

{\ \sigma_{\operatorname{R}[X]}\ \sigma_{\operatorname{R}[Y]}\ },

</math>

where

: <math> \operatorname\rho\ </math> denotes the conventional Pearson correlation coefficient operator, but applied to the rank variables,

: <math> \operatorname{cov}\bigl[\ \operatorname{R}[ X ], \operatorname{R}[ Y ]\ \bigr]\ </math> is the covariance of the rank variables,

: <math> \sigma_{\operatorname{R}[ X ]}\ </math> and <math>\ \sigma_{\operatorname{R}[Y]}\ </math> are the standard deviations of the rank variables.

Only when all <math>\ n\ </math> ranks are distinct integers (no ties), it can be computed using the popular formula

: <math>r_s = 1 - \frac{ 6 \sum d_i^2 }{ n (n^2 - 1) }\ ,</math>

where

: <math> d_i \equiv \operatorname{R}[ X_i ] - \operatorname{R}[ Y_i ]\ </math> is the difference between the two ranks of each observation,

: <math>\ n\ </math> is the number of observations.

Consider a bivariate sample <math>\ (X_i, Y_i)\ ,\ i=1, \ldots\ n\ </math> with corresponding rank pairs <math>\ \left( \operatorname{R}[X_i], \operatorname{R}[Y_i] \right) = (R_i, S_i) ~.</math>

Then the Spearman correlation coefficient of <math>\ ( X, Y )\ </math> is

:<math>

r_s =

\frac{

\frac{\ 1\ } n \ \sum_{i=1}^n R_i\ S_i

- \overline{R}\ \overline{S}

}{

\sigma_R

\sigma_S

}\ ,

</math>

where, as usual,

: <math>

\begin{align}

\overline{R} & = \frac{\ 1\ }{ n } \sum_{i=1}^n R_i, \\[6pt]

\overline{S} & = \frac{\ 1\ }{ n } \sum_{i=1}^n S_i, \\[6pt]

\sigma_R^2 & = \frac{\ 1\ }{ n } \sum_{i=1}^n \left( R_i - \overline{R} \right)^2,

\end{align}

</math>

and

: <math> \sigma_S^2 = \frac{\ 1\ }{ n } \sum_{i=1}^n \left( S_i - \overline{S} \right)^2 ~.</math>

We shall show that <math>\ r_s\ </math> can be expressed purely in terms of <math>\ d_i \equiv R_i - S_i\ ,</math> provided we assume that there be no ties within each sample.

Under this assumption, we have that <math>\ R, S\ </math> can be viewed as random variables distributed like a uniformly distributed discrete random variable <math> U </math> on <math>\ \{\ 1, 2,\ \ldots,\ n\ \}.</math> Hence

<math>\ \overline{R} = \overline{S} = \operatorname\mathbb{E}\left[\ U\ \right]\ </math>

and

<math>\ \sigma_R^2 = \sigma_S^2 = \operatorname{var}[\ U\ ] = \operatorname\mathbb{E} [ U^2 ] - \operatorname E[\ U\ ]^2\ ,</math>

where

: <math>

\begin{align}

\operatorname E [U] & = \frac{\ 1\ }{ n } \sum_{i=1}^n i = \frac{\ n+1\ }{ 2 }, \\[6pt]

\operatorname E [U^2] & = \frac{\ 1\ }{ n } \sum_{i=1}^n i^2 = \frac{\ (n+1)(2n+1)\ }{ 6 },

\end{align}

</math>

and thus

: <math> \operatorname{var}[\ U] = \frac{\ (n+1) (2n+1)\ } 6 - \left( \frac{\ n+1\ }{2} \right)^2 = \frac{\ n^2 - 1\ }{ 12 } ~.</math>

(These sums can be computed using the formulas for the triangular numbers and square pyramidal numbers, or basic summation results from umbral calculus.)

Observe now that

<!-- Suspect error: appears to have dropped the term for ̅ꜱ² in the second line, then magically resurected it (in effect) in the last line. Dropped terms at the end of expressions? -->

:<math>

\begin{align}

\frac{\ 1\ }{ n }\ &\sum_{i=1}^n R_i S_i

- \overline{R}\overline{S} \\[6pt]

&= \frac{\ 1\ }{ n }\ \sum_{i=1}^n \frac{\ 1\ }{ 2 } (R_i^2 + S_i^2 - d_i^2)

- \overline{R}^2 \\[6pt]

&= \frac{\ 1\ }{ 2 } \frac{\ 1\ }{ n }\ \sum_{i=1}^n R_i^2

+

\frac{\ 1\ }{ 2 } \frac{\ 1\ }{ n }\ \sum_{i=1}^n S_i^2

- \frac{\ 1\ }{ 2n }\ \sum_{i=1}^{n} d_i^2

- \overline{R}^2 \\[6pt]

&= \left( \frac{\ 1\ }{ n }\ \sum_{i=1}^n R_i^2 - \overline{R}^2 \right)

- \frac{\ 1\ }{ 2n }\ \sum_{i=1}^n d_i^2 \\[6pt]

&= \sigma_R^2 - \frac{\ 1\ }{ 2n }\ \sum_{i=1}^n d_i^2 \\[6pt]

&= \sigma_R\ \sigma_S - \frac{\ 1\ }{ 2n }\ \sum_{i=1}^n d_i^2

\end{align}

</math>

Putting this all together thus yields

:<math>

\begin{align}

r_s &= \frac{

\ \sigma_R\ \sigma_S - \frac{\ 1\ }{ 2n }\ \sum_{i=1}^n d_i^2

\ }{

\sigma_R\ \sigma_S

} \\[6pt]

&= 1 - \frac{

\ \sum_{i=1}^n d_i^2

\ }{

2n \cdot \frac{\ n^2-1\ }{ 12 }

} \\[6pt]

&= 1 - \frac{

\ 6\ \sum_{i=1}^n d_i^2

}{\ n(n^2 - 1)\ } ~.

\end{align}

</math>

Identical values are usually each assigned fractional ranks equal to the average of their positions in the ascending order of the values, which is equivalent to averaging over all possible permutations.

If ties are present in the data set, the simplified formula above yields incorrect results: Only if in both variables all ranks are distinct, then <math>\ \sigma_{\operatorname{R}[X]}\ \sigma_{\operatorname{R}[Y]} </math><math> {} =\operatorname{var}\bigl[\ \operatorname{R}[X]\ \bigr] </math><math> =\operatorname{var}\bigl[\ \operatorname{R}[Y]\ \bigr] </math><math> = \tfrac{\ 1\ }{ 12 } ( n^2 - 1)\ </math> (calculated according to biased variance).

The first equation — normalizing by the standard deviation — may be used even when ranks are normalized to [0,&nbsp;1] ("relative ranks") because it is insensitive both to translation and linear scaling.

<!-- For example, if [1,2,3,4,5] vs. [1,3,3,3,5] has r_s=0.894, but the simplified formula yields 0.877. -->

The simplified method should also not be used in cases where the data set is truncated; that is, when the Spearman's correlation coefficient is desired for the top X records (whether by pre-change rank or post-change rank, or both), the user should use the Pearson correlation coefficient formula given above.

There are several other numerical measures that quantify the extent of statistical dependence between pairs of observations. The most common of these is the Pearson product-moment correlation coefficient, which is a similar correlation method to Spearman's rank, that measures the "linear" relationships between the raw numbers rather than between their ranks.

An alternative name for the Spearman rank correlation is the "grade correlation"; in this, the "rank" of an observation is replaced by the "grade". In continuous distributions, the grade of an observation is, by convention, always one half less than the rank, and hence the grade and rank correlations are the same in this case. More generally, the "grade" of an observation is proportional to an estimate of the fraction of a population less than a given value, with the half-observation adjustment at observed values. Thus this corresponds to one possible treatment of tied ranks. While unusual, the term "grade correlation" is still in use.

Interpretation

The sign of the Spearman correlation indicates the direction of association between X (the independent variable) and Y (the dependent variable). If Y tends to increase when X increases, the Spearman correlation coefficient is positive. If Y tends to decrease when X increases, the Spearman correlation coefficient is negative. A Spearman correlation of zero indicates that there is no tendency for Y to either increase or decrease when X increases. The Spearman correlation increases in magnitude as X and Y become closer to being perfectly monotonic functions of each other. When X and Y are perfectly monotonically related, the Spearman correlation coefficient becomes 1. A perfectly monotonic increasing relationship implies that for any two pairs of data values and , that and always have the same sign. A perfectly monotonic decreasing relationship implies that these differences always have opposite signs.

The Spearman correlation coefficient is often described as being "nonparametric". This can have two meanings. First, a perfect Spearman correlation results when X and Y are related by any monotonic function. Contrast this with the Pearson correlation, which only gives a perfect value when X and Y are related by a linear function. The other sense in which the Spearman correlation is nonparametric is that its exact sampling distribution can be obtained without requiring knowledge (i.e., knowing the parameters) of the joint probability distribution of X and Y.

The strength of correlations also are an important consideration for interpretation of correlation analyses but descriptions of the strength of correlation are not universally accepted. A small correlation coefficient calculated for a very large sample may be statistically significant without providing a quantitative relation between variables. Similarly, a large correlation coefficient calculated with a small sample size may indicate that a quantitative equation between variables may be possible even though the correlation coefficient is not statistically significant. Akoglu (2018) noted the need for consistent descriptions of strength and provides different correlation-strength descriptors for psychology, politics, and medicine that have different descriptors and thresholds. Because there is a general lack of consensus on correlation strength, Granato (2014) defined operational definitions for the absolute values of correlation coefficients as weak (less than 0.5), moderate (greater than or equal to 0.5 and less than 0.75), semi-strong (greater than or equal to 0.75 and less than 0.85), and strong (greater than or equal to 0.85) for use in hydrologic analyses of stormwater treatment statistics. Similarly, Schober and others (2018) note that "...cutoff points are arbitrary and inconsistent and should be used judiciously..." Despite their warning Schober and others (2018) provide a table indicating that correlations less than or equal to 0.1 are negligible; correlations greater than 0.1 and less than or equal to 0.39 are weak; correlations greater than 0.39 and less than or equal to 0.69 are moderate; correlations greater than 0.69 and less than or equal to 0.89 are strong; and correlations greater than 0.89 are very strong. Descriptions of strength indicate the potential to develop quantitative relations among variables but these descriptors, as with the correlation coefficients themselves, do not indicate causation.

Example

In this example, the arbitrary raw data in the table below is used to calculate the correlation between the IQ of a person with the number of hours spent in front of TV per week [fictitious values used].

{| class="wikitable sortable" style="text-align:right;"

|-

!IQ, <math>X_i</math>

!Hours of TV per week, <math>Y_i</math>

|-

|106

|7

|-

|100

|27

|-

|86

|2

|-

|101

|50

|-

|99

|28

|-

|103

|29

|-12

|97

|20

|-

|113

|12

|-

|112

|6

|-

|110

|17

|}

Firstly, evaluate <math>d^2_i</math>. To do so use the following steps, reflected in the table below.

  1. Sort the data by the first column (<math>X_i</math>). Create a new column <math>x_i</math> and assign it the ranked values 1, 2, 3, ..., n.
  2. Next, sort the augmented (with <math>x_i</math>) data by the second column (<math>Y_i</math>). Create a fourth column <math>y_i</math> and similarly assign it the ranked values 1, 2, 3, ..., n.
  3. Create a fifth column <math>d_i</math> to hold the differences between the two rank columns (<math>x_i</math> and <math>y_i</math>).
  4. Create one final column <math>d^2_i</math> to hold the value of column <math>d_i</math> squared.

{| class="wikitable sortable" style="text-align:right;"

|-

!IQ, <math>X_i</math>

!Hours of TV per week, <math>Y_i</math>

!rank <math>x_i</math>

!rank <math>y_i</math>

!<math>d_i</math>

!<math>d^2_i</math>

|-

|86

|2

|1

|1

|0

|0

|-

|97

|20

|2

|6

| −4

|16

|-

|99

|28

|3

|8

| −5

|25

|-

|100

|27

|4

|7

| −3

|9

|-

|101

|50

|5

|10

| −5

|25

|-

|103

|29

|6

|9

| −3

|9

|-

|106

|7

|7

|3

|4

|16

|-

|110

|17

|8

|5

|3

|9

|-

|112

|6

|9

|2

|7

|49

|-

|113

|12

|10

|4

|6

|36

|}

With <math>d^2_i</math> found, add them to find <math>\sum d_i^2 = 194</math>. The value of n is 10. These values can now be substituted back into the equation

: <math>\rho = 1 - \frac{6 \sum d_i^2}{n(n^2 - 1)}</math>

to give

: <math>\rho = 1 - \frac{6 \times 194}{10(10^2 - 1)},</math>

which evaluates to with a p-value = 0.627188 (using the t-distribution).

thumb|Chart of the data presented. It can be seen that there might be a negative correlation, but that the relationship does not appear definitive.

That the value is close to zero shows that the correlation between IQ and hours spent watching TV is very low, although the negative value suggests that the longer the time spent watching television the lower the IQ. In the case of ties in the original values, this formula should not be used; instead, the Pearson correlation coefficient should be calculated on the ranks (where ties are given ranks, as described above).

Confidence intervals

Confidence intervals for Spearman's ρ can be easily obtained using the Jackknife Euclidean likelihood approach in de Carvalho and Marques (2012). The confidence interval with level <math>\alpha</math> is based on a Wilks' theorem given in the latter paper, and is given by

: <math>\left\{\theta: \frac{\{\sum_{i = 1}^n(Z_i - \theta)\}^2}{\sum_{i = 1}^n (Z_i - \theta)^2} \leq \chi^2_{1, \alpha}\right\},</math>

where <math>\chi^2_{1, \alpha}</math> is the <math>\alpha</math> quantile of a chi-square distribution with one degree of freedom, and the <math>Z_i</math> are jackknife pseudo-values. This approach is implemented in the R package spearmanCI.

Determining significance

One approach to test whether an observed value of ρ is significantly different from zero (r will always maintain ) is to calculate the probability that it would be greater than or equal to the observed r, given the null hypothesis, by using a permutation test. An advantage of this approach is that it automatically takes into account the number of tied data values in the sample and the way they are treated in computing the rank correlation.

Another approach parallels the use of the Fisher transformation in the case of the Pearson product-moment correlation coefficient. That is, confidence intervals and hypothesis tests relating to the population value ρ can be carried out using the Fisher transformation:

: <math>F(r) = \frac{1}{2} \ln\frac{1 + r}{1 - r} = \operatorname{arctanh} r.</math>

If F(r) is the Fisher transformation of r, the sample Spearman rank correlation coefficient, and n is the sample size, then

: <math>z = \sqrt{\frac{n - 3}{1.06 F(r)</math>

is a z-score for r, which approximately follows a standard normal distribution under the null hypothesis of statistical independence ().

One can also test for significance using

: <math>t = r \sqrt{\frac{n - 2}{1 - r^2,</math>

which is distributed approximately as Student's t-distribution with degrees of freedom under the null hypothesis. A justification for this result relies on a permutation argument.

A generalization of the Spearman coefficient is useful in the situation where there are three or more conditions, a number of subjects are all observed in each of them, and it is predicted that the observations will have a particular order. For example, a number of subjects might each be given three trials at the same task, and it is predicted that performance will improve from trial to trial. A test of the significance of the trend between conditions in this situation was developed by E. B. Page and is usually referred to as Page's trend test for ordered alternatives.

Correspondence analysis based on Spearman's ρ

Classic correspondence analysis is a statistical method that gives a score to every value of two nominal variables. In this way the Pearson correlation coefficient between them is maximized.

There exists an equivalent of this method, called grade correspondence analysis, which maximizes Spearman's ρ or Kendall's τ.

Approximating Spearman's ρ from a stream

There are two existing approaches to approximating the Spearman's rank correlation coefficient from streaming data. The first approach computes fast batch estimates of the Spearman correlation along with sequential estimates (i.e., estimates that are updated in an online/incremental manner as new observations are incorporated).

  • Stata implementation: <code> spearman <i>varlist</i> </code> calculates all pairwise correlation coefficients for all variables in varlist.
  • MATLAB implementation: <code>[r,p] = corr(x,y,'Type','Spearman')</code> where <code>r</code> is the Spearman's rank correlation coefficient, <code>p</code> is the p-value, and <code>x</code> and <code>y</code> are vectors.
  • Python has many different implementations of the spearman correlation statistic: it can be computed with the spearmanr function of the <code>scipy.stats</code> module, as well as with the <code>DataFrame.corr(method='spearman')</code> method from the pandas library, and the <code>corr(x, y, method='spearman')</code> function from the statistical package pingouin.

See also

  • Kendall tau rank correlation coefficient
  • Chebyshev's sum inequality, rearrangement inequality (These two articles may shed light on the mathematical properties of Spearman's&nbsp;ρ.)
  • Distance correlation
  • Polychoric correlation

References

Further reading

  • Corder, G. W. & Foreman, D. I. (2014). Nonparametric Statistics: A Step-by-Step Approach, Wiley. .
  • Table of critical values of ρ for significance with small samples
  • Spearman's Rank Correlation Coefficient – Excel Guide: sample data and formulae for Excel, developed by the Royal Geographical Society.