In statistics, the concordance correlation coefficient measures the agreement between two variables, e.g., to evaluate reproducibility or for inter-rater reliability.
The form of the concordance correlation coefficient
\rhoc
\rhoc=
2\rho\sigmax\sigmay | |||||||||||||||||||||
|
,
\mux
\muy
2 | |
\sigma | |
x |
2 | |
\sigma | |
y |
\rho
This follows from its definition[1] as
\rhoc=1-
{\rmExpected orthogonal squared distance from the diagonal | |
x=y} {{\rm |
Expected orthogonal squared distance from the diagonal }x=y{\rm assuming independence}}.
When the concordance correlation coefficient is computed on a
N
N
(xn,yn)
n=1,...,N
\hat{\rho}c=
2sxy | |||||||||||||||
|
-\bar{y})2},
\bar{x}=
1 | |
N |
N | |
\sum | |
n=1 |
xn
2 | |
s | |
x |
=
1 | |
N |
N | |
\sum | |
n=1 |
(xn-\bar{x})2
sxy=
1 | |
N |
N | |
\sum | |
n=1 |
(xn-\bar{x})(yn-\bar{y}).
Whereas the ordinary correlation coefficient (Pearson's) is immune to whether the biased or unbiased versions for estimation of the variance is used, the concordance correlation coefficient is not. In the original article Lin suggested the 1/N normalization,[1] while in another article Nickerson appears to have used the 1/(N-1),[2] i.e., the concordance correlation coefficient may be computed slightly differently between implementations.
The concordance correlation coefficient is nearly identical to some of the measures called intra-class correlations. Comparisons of the concordance correlation coefficient with an "ordinary" intraclass correlation on different data sets found only small differences between the two correlations, in one case on the third decimal.[2] It has also been stated[3] that the ideas for concordance correlation coefficient "are quite similar to results already published by Krippendorff[4] in 1970".
In the original article[1] Lin suggested a form for multiple classes (not just 2). Over ten years later a correction to this form was issued.[5]
One example of the use of the concordance correlation coefficient is in a comparison of analysis method for functional magnetic resonance imaging brain scans.
For a small Excel and VBA implementation by Peter Urbani see here