Rank correlation

Statistic comparing ordinal rankings

In statistics, a rank correlation is any of several statistics that measure an ordinal association—the relationship between rankings of different ordinal variables or different rankings of the same variable, where a "ranking" is the assignment of the ordering labels "first", "second", "third", etc. to different observations of a particular variable. A rank correlation coefficient measures the degree of similarity between two rankings, and can be used to assess the significance of the relation between them. For example, two common nonparametric methods of significance that use rank correlation are the Mann–Whitney U test and the Wilcoxon signed-rank test.

Context

If, for example, one variable is the identity of a college basketball program and another variable is the identity of a college football program, one could test for a relationship between the poll rankings of the two types of program: do colleges with a higher-ranked basketball program tend to have a higher-ranked football program? A rank correlation coefficient can measure that relationship, and the measure of significance of the rank correlation coefficient can show whether the measured relationship is small enough to likely be a coincidence.

If there is only one variable, the identity of a college football program, but it is subject to two different poll rankings (say, one by coaches and one by sportswriters), then the similarity of the two different polls' rankings can be measured with a rank correlation coefficient.

As another example, in a contingency table with low income, medium income, and high income in the row variable and educational level—no high school, high school, university—in the column variable),[1] a rank correlation measures the relationship between income and educational level.

Correlation coefficients

Some of the more popular rank correlation statistics include

  1. Spearman's ρ
  2. Kendall's τ
  3. Goodman and Kruskal's γ
  4. Somers' D

An increasing rank correlation coefficient implies increasing agreement between rankings. The coefficient is inside the interval [−1, 1] and assumes the value:

  • 1 if the agreement between the two rankings is perfect; the two rankings are the same.
  • 0 if the rankings are completely independent.
  • −1 if the disagreement between the two rankings is perfect; one ranking is the reverse of the other.

Following Diaconis (1988), a ranking can be seen as a permutation of a set of objects. Thus we can look at observed rankings as data obtained when the sample space is (identified with) a symmetric group. We can then introduce a metric, making the symmetric group into a metric space. Different metrics will correspond to different rank correlations.

General correlation coefficient

Kendall 1970[2] showed that his τ {\displaystyle \tau } (tau) and Spearman's ρ {\displaystyle \rho } (rho) are particular cases of a general correlation coefficient.

Suppose we have a set of n {\displaystyle n} objects, which are being considered in relation to two properties, represented by x {\displaystyle x} and y {\displaystyle y} , forming the sets of values { x i } i n {\displaystyle \{x_{i}\}_{i\leq n}} and { y i } i n {\displaystyle \{y_{i}\}_{i\leq n}} . To any pair of individuals, say the i {\displaystyle i} -th and the j {\displaystyle j} -th we assign a x {\displaystyle x} -score, denoted by a i j {\displaystyle a_{ij}} , and a y {\displaystyle y} -score, denoted by b i j {\displaystyle b_{ij}} . The only requirement for these functions is that they be anti-symmetric, so a i j = a j i {\displaystyle a_{ij}=-a_{ji}} and b i j = b j i {\displaystyle b_{ij}=-b_{ji}} . (Note that in particular a i j = b i j = 0 {\displaystyle a_{ij}=b_{ij}=0} if i = j {\displaystyle i=j} .) Then the generalized correlation coefficient Γ {\displaystyle \Gamma } is defined as

Γ = i , j = 1 n a i j b i j i , j = 1 n a i j 2 i , j = 1 n b i j 2 {\displaystyle \Gamma ={\frac {\sum _{i,j=1}^{n}a_{ij}b_{ij}}{\sqrt {\sum _{i,j=1}^{n}a_{ij}^{2}\sum _{i,j=1}^{n}b_{ij}^{2}}}}}

Equivalently, if all coefficients are collected into matrices A = ( a i j ) {\displaystyle A=(a_{ij})} and B = ( b i j ) {\displaystyle B=(b_{ij})} , with A T = A {\displaystyle A^{\textsf {T}}=-A} and B T = B {\displaystyle B^{\textsf {T}}=-B} , then

Γ = A , B F A F B F {\displaystyle \Gamma ={\frac {\langle A,B\rangle _{\rm {F}}}{\|A\|_{\rm {F}}\|B\|_{\rm {F}}}}}

where A , B F {\displaystyle \langle A,B\rangle _{\rm {F}}} is the Frobenius inner product and A F = A , A F {\displaystyle \|A\|_{\rm {F}}={\sqrt {\langle A,A\rangle _{\rm {F}}}}} the Frobenius norm. In particular, the general correlation coefficient is the cosine of the angle between the matrices A {\displaystyle A} and B {\displaystyle B} .

Kendall's τ as a particular case

If r i {\displaystyle r_{i}} , s i {\displaystyle s_{i}} are the ranks of the i {\displaystyle i} -member according to the x {\displaystyle x} -quality and y {\displaystyle y} -quality respectively, then we can define

a i j = sgn ( r j r i ) , b i j = sgn ( s j s i ) . {\displaystyle a_{ij}=\operatorname {sgn}(r_{j}-r_{i}),\quad b_{ij}=\operatorname {sgn}(s_{j}-s_{i}).}

The sum a i j b i j {\displaystyle \sum a_{ij}b_{ij}} is the number of concordant pairs minus the number of discordant pairs (see Kendall tau rank correlation coefficient). The sum a i j 2 {\displaystyle \sum a_{ij}^{2}} is just n ( n 1 ) / 2 {\displaystyle n(n-1)/2} , the number of terms a i j {\displaystyle a_{ij}} , as is b i j 2 {\displaystyle \sum b_{ij}^{2}} . Thus in this case,

Γ = 2 ( ( number of concordant pairs ) ( number of discordant pairs ) ) n ( n 1 ) = Kendall's  τ {\displaystyle \Gamma ={\frac {2\,(({\text{number of concordant pairs}})-({\text{number of discordant pairs}}))}{n(n-1)}}={\text{Kendall's }}\tau }

Spearman’s ρ as a particular case

If r i {\displaystyle r_{i}} , s i {\displaystyle s_{i}} are the ranks of the i {\displaystyle i} -member according to the x {\displaystyle x} and the y {\displaystyle y} -quality respectively, we may consider the matrices a , b M ( n × n ; R ) {\displaystyle a,b\in M(n\times n;\mathbb {R} )} defined by

a i j := r j r i {\displaystyle a_{ij}:=r_{j}-r_{i}}
b i j := s j s i {\displaystyle b_{ij}:=s_{j}-s_{i}}

The sums a i j 2 {\displaystyle \sum a_{ij}^{2}} and b i j 2 {\displaystyle \sum b_{ij}^{2}} are equal, since both r i {\displaystyle r_{i}} and s i {\displaystyle s_{i}} range from 1 {\displaystyle 1} to n {\displaystyle n} . Hence

Γ = ( r j r i ) ( s j s i ) ( r j r i ) 2 {\displaystyle \Gamma ={\frac {\sum (r_{j}-r_{i})(s_{j}-s_{i})}{\sum (r_{j}-r_{i})^{2}}}}

To simplify this expression, let d i := r i s i {\displaystyle d_{i}:=r_{i}-s_{i}} denote the difference in the ranks for each i {\displaystyle i} . Further, let U {\displaystyle U} be a uniformly distributed discrete random variables on { 1 , 2 , , n } {\displaystyle \{1,2,\ldots ,n\}} . Since the ranks r , s {\displaystyle r,s} are just permutations of 1 , 2 , , n {\displaystyle 1,2,\ldots ,n} , we can view both as being random variables distributed like U {\displaystyle U} . Using basic summation results from discrete mathematics, it is easy to see that for the uniformly distributed random variable, U {\displaystyle U} , we have E [ U ] = n + 1 2 {\displaystyle \mathbb {E} [U]=\textstyle {\frac {n+1}{2}}} and E [ U 2 ] = ( n + 1 ) ( 2 n + 1 ) 6 {\displaystyle \mathbb {E} [U^{2}]=\textstyle {\frac {(n+1)(2n+1)}{6}}} and thus V a r ( U ) = ( n + 1 ) ( 2 n + 1 ) 6 ( n + 1 ) ( n + 1 ) 4 = n 2 1 12 {\displaystyle \mathrm {Var} (U)=\textstyle {\frac {(n+1)(2n+1)}{6}}-\textstyle {\frac {(n+1)(n+1)}{4}}=\textstyle {\frac {n^{2}-1}{12}}} . Now, observing symmetries allows us to compute the parts of Γ {\displaystyle \Gamma } as follows:

1 n 2 i , j = 1 n ( r j r i ) ( s j s i ) = 2 ( 1 n 2 n i = 1 n r i s i ( 1 n i = 1 n r i ) ( 1 n j = 1 n s j ) ) = 1 n i = 1 n ( r i 2 + s i 2 d i 2 ) 2 ( E [ U ] ) 2 = 1 n i = 1 n r i 2 + 1 n i = 1 n s i 2 1 n i = 1 n d i 2 2 ( E [ U ] ) 2 = 2 ( E [ U 2 ] ( E [ U ] ) 2 ) 1 n i = 1 n d i 2 {\displaystyle {\begin{aligned}{\frac {1}{n^{2}}}\sum _{i,j=1}^{n}(r_{j}-r_{i})(s_{j}-s_{i})&=2\left({\frac {1}{n^{2}}}\cdot n\sum _{i=1}^{n}r_{i}s_{i}-({\frac {1}{n}}\sum _{i=1}^{n}r_{i})({\frac {1}{n}}\sum _{j=1}^{n}s_{j})\right)\\&={\frac {1}{n}}\sum _{i=1}^{n}(r_{i}^{2}+s_{i}^{2}-d_{i}^{2})-2(\mathbb {E} [U])^{2}\\&={\frac {1}{n}}\sum _{i=1}^{n}r_{i}^{2}+{\frac {1}{n}}\sum _{i=1}^{n}s_{i}^{2}-{\frac {1}{n}}\sum _{i=1}^{n}d_{i}^{2}-2(\mathbb {E} [U])^{2}\\&=2(\mathbb {E} [U^{2}]-(\mathbb {E} [U])^{2})-{\frac {1}{n}}\sum _{i=1}^{n}d_{i}^{2}\\\end{aligned}}}

and

1 n 2 i , j = 1 n ( r j r i ) 2 = 1 n 2 n i , j = 1 n ( r i 2 + r j 2 2 r i r j ) = 2 1 n i = 1 n r i 2 2 ( 1 n i = 1 n r i ) ( 1 n j = 1 n r j ) = 2 ( E [ U 2 ] ( E [ U ] ) 2 ) {\displaystyle {\begin{aligned}{\frac {1}{n^{2}}}\sum _{i,j=1}^{n}(r_{j}-r_{i})^{2}&={\frac {1}{n^{2}}}\cdot n\sum _{i,j=1}^{n}(r_{i}^{2}+r_{j}^{2}-2r_{i}r_{j})\\&=2{\frac {1}{n}}\sum _{i=1}^{n}r_{i}^{2}-2({\frac {1}{n}}\sum _{i=1}^{n}r_{i})({\frac {1}{n}}\sum _{j=1}^{n}r_{j})\\&=2(\mathbb {E} [U^{2}]-(\mathbb {E} [U])^{2})\\\end{aligned}}}

Hence

Γ = 1 i = 1 n d i 2 2 n V a r ( U ) = 1 6 i = 1 n d i 2 n ( n 2 1 ) {\displaystyle \Gamma =1-{\frac {\sum _{i=1}^{n}d_{i}^{2}}{2n\mathrm {Var} (U)}}=1-{\frac {6\sum _{i=1}^{n}d_{i}^{2}}{n(n^{2}-1)}}}

where d i = r i s i {\displaystyle d_{i}=r_{i}-s_{i}} is the difference between ranks, which is exactly Spearman's rank correlation coefficient ρ {\displaystyle \rho } .

Rank-biserial correlation

Gene Glass (1965) noted that the rank-biserial can be derived from Spearman's ρ {\displaystyle \rho } . "One can derive a coefficient defined on X, the dichotomous variable, and Y, the ranking variable, which estimates Spearman's rho between X and Y in the same way that biserial r estimates Pearson's r between two normal variables” (p. 91). The rank-biserial correlation had been introduced nine years before by Edward Cureton (1956) as a measure of rank correlation when the ranks are in two groups.

Kerby simple difference formula

Dave Kerby (2014) recommended the rank-biserial as the measure to introduce students to rank correlation, because the general logic can be explained at an introductory level. The rank-biserial is the correlation used with the Mann–Whitney U test, a method commonly covered in introductory college courses on statistics. The data for this test consists of two groups; and for each member of the groups, the outcome is ranked for the study as a whole.

Kerby showed that this rank correlation can be expressed in terms of two concepts: the percent of data that support a stated hypothesis, and the percent of data that do not support it. The Kerby simple difference formula states that the rank correlation can be expressed as the difference between the proportion of favorable evidence (f) minus the proportion of unfavorable evidence (u).

r = f u {\displaystyle r=f-u}

Example and interpretation

To illustrate the computation, suppose a coach trains long-distance runners for one month using two methods. Group A has 5 runners, and Group B has 4 runners. The stated hypothesis is that method A produces faster runners. The race to assess the results finds that the runners from Group A do indeed run faster, with the following ranks: 1, 2, 3, 4, and 6. The slower runners from Group B thus have ranks of 5, 7, 8, and 9.

The analysis is conducted on pairs, defined as a member of one group compared to a member of the other group. For example, the fastest runner in the study is a member of four pairs: (1,5), (1,7), (1,8), and (1,9). All four of these pairs support the hypothesis, because in each pair the runner from Group A is faster than the runner from Group B. There are a total of 20 pairs, and 19 pairs support the hypothesis. The only pair that does not support the hypothesis are the two runners with ranks 5 and 6, because in this pair, the runner from Group B had the faster time. By the Kerby simple difference formula, 95% of the data support the hypothesis (19 of 20 pairs), and 5% do not support (1 of 20 pairs), so the rank correlation is r = .95 − .05 = .90.

The maximum value for the correlation is r = 1, which means that 100% of the pairs favor the hypothesis. A correlation of r = 0 indicates that half the pairs favor the hypothesis and half do not; in other words, the sample groups do not differ in ranks, so there is no evidence that they come from two different populations. An effect size of r = 0 can be said to describe no relationship between group membership and the members' ranks.

References

  1. ^ Kruskal, William H. (1958). "Ordinal Measures of Association". Journal of the American Statistical Association. 53 (284): 814–861. doi:10.2307/2281954. JSTOR 2281954.
  2. ^ Kendall, Maurice G (1970). Rank Correlation Methods (4 ed.). Griffin. ISBN 9780852641996.

Further reading

  • Cureton, Edward E. (1956). "Rank-biserial correlation". Psychometrika. 21 (3): 287–290. doi:10.1007/BF02289138. S2CID 122500836.
  • Everitt, B. S. (2002), The Cambridge Dictionary of Statistics, Cambridge: Cambridge University Press, ISBN 0-521-81099-X
  • Diaconis, P. (1988), Group Representations in Probability and Statistics, Lecture Notes-Monograph Series, Hayward, CA: Institute of Mathematical Statistics, ISBN 0-940600-14-5
  • Glass, Gene V. (1965). "A ranking variable analogue of biserial correlation: implications for short-cut item analysis". Journal of Educational Measurement. 2 (1): 91–95. doi:10.1111/j.1745-3984.1965.tb00396.x.
  • Kendall, M. G. (1970), Rank Correlation Methods, London: Griffin, ISBN 0-85264-199-0
  • Kerby, Dave S. (2014). "The Simple Difference Formula: An Approach to Teaching Nonparametric Correlation". Comprehensive Psychology. 3 (1): 11.IT.3.1. doi:10.2466/11.IT.3.1.

External links

  • Brief guide by experimental psychologist Karl L. Weunsch - Nonparametric effect sizes (Copyright 2015 by Karl L. Weunsch)
  • v
  • t
  • e
Continuous data
Center
Dispersion
Shape
Count data
Summary tables
Dependence
Graphics
Study design
Survey methodology
Controlled experiments
Adaptive designs
Observational studies
Statistical theory
Frequentist inference
Point estimation
Interval estimation
Testing hypotheses
Parametric tests
Specific tests
  • Z-test (normal)
  • Student's t-test
  • F-test
Goodness of fit
Rank statistics
Bayesian inference
Correlation
Regression analysis
Linear regression
Non-standard predictors
Generalized linear model
Partition of variance
Categorical
Multivariate
Time-series
General
Specific tests
Time domain
Frequency domain
Survival
Survival function
Hazard function
Test
Biostatistics
Engineering statistics
Social statistics
Spatial statistics
  • Category
  • icon Mathematics portal
  • Commons
  • WikiProject