General correlation coefficient for ranks and the most common indices that can be derived by it. Can you make some interesting example of computation of these correlation coefficients for ranks?
Ranks
Are the places that observation occupies in the sample order.
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). The “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.
Kendall (1970) showed that his τ and Spearman’s ρ are particular cases of a general correlation coefficient Γ:
Suppose we have a set of n objects characterized by two properties x and y. To any pair of individuals, say i-th and j-th, one can assign x-score aij = -aij and y-score bij = -bij, so:
Example
Suppose that two experts order four wines called {a,b,c,d}.
The first expert gives the following order: O1= [a,c,b,d], which corresponds to the following ranks R1 = [1,3,2,4].
The second expert orders the wines as O2 = [a,c,d,b] which corresponds to the following ranks R2 = [1,4,2,3]. The order given by the first expertis composed of the following 6 ordered pairs:
P1 = {[a,c], [a,b], [a,d], [c,b], [c,d], [b,d]}
The order given by the second expert is composed of the following6 ordered pairs
P2 = {[a,c], [a,b], [a,d], [c,b], [c,d], [d,b]}
The set of pairs which are in only one set of ordered pairs is
{[b,d] [d,b]}
which gives a value of d∆(P1,P2) = 2 .
With this value of the symmetric difference distance we compute the value of the Kendall rank correlation coefficient between the order given by these two experts as:
This large value of τ indicates that the two experts strongly agree on their evaluation of the wines (in fact their agree about everything but one pair).
https://www.sciencedirect.com/science/article/pii/S0888613X16300172
https://en.wikipedia.org/wiki/Rank_correlation
https://personal.utdallas.edu/~herve/Abdi-KendallCorrelation2007-pretty.pdf