Concordant pair

In statistics, a concordant pair is a pair of observations, each on two variables, {X1,Y1} and {X2,Y2}, having the property that

 \sgn (X_2 - X_1)\ = \sgn (Y_2 - Y_1), \

where "sgn" refers to whether a number is positive, zero, or negative (its sign). Specifically, the sign function, often represented as sgn, is defined as:

 \sgn x = \left\{ \begin{matrix} 
-1 & : &  x < 0 \\
0 & : &  x = 0 \\
1 & : &  x > 0 \end{matrix} \right.

That is, in a concordant pair, both elements of one pair are either greater than, equal to, or less than the corresponding elements of the other pair.

In contrast, a discordant pair is a pair of two-variable observations such that

 \sgn (X_2 - X_1)\ = - \sgn (Y_2 - Y_1).\

That is, if one pair contains a higher value of X then the other pair contains a higher value of Y.

Uses

The Kendall tau distance between two series is the total number of discordant pairs. The Kendall tau rank correlation coefficient, which measures how closely related two series of numbers are, is proportional to the difference between the number of concordant pairs and the number of discordant pairs. An estimate of Goodman and Kruskal's gamma, another measure of rank correlation, is given by the ratio of the difference to the sum of the numbers of concordant and discordant pairs.

See also

References

External links

This article is issued from Wikipedia - version of the Thursday, October 15, 2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.