Samiksha Jaiswal (Editor)

Concordance correlation coefficient

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In statistics, the concordance correlation coefficient measures the agreement between two variables, e.g., to evaluate reproducibility or for inter-rater reliability.

Contents

Definition

Lawrence Lin has the form of the concordance correlation coefficient ρ c as

ρ c = 2 ρ σ x σ y σ x 2 + σ y 2 + ( μ x μ y ) 2 ,

where μ x and μ y are the means for the two variables and σ x 2 and σ y 2 are the corresponding variances. ρ is the correlation coefficient between the two variables.

This follows from its definition as

ρ c = 1 E x p e c t e d   o r t h o g o n a l   s q u a r e d   d i s t a n c e   f r o m   t h e   d i a g o n a l   x = y E x p e c t e d   o r t h o g o n a l   s q u a r e d   d i s t a n c e   f r o m   t h e   d i a g o n a l   x = y   a s s u m i n g   i n d e p e n d e n c e .

When the concordance correlation coefficient is computed on a N-length data set (i.e., two vectors of length N) the form is

ρ ^ c = 2 s x y s x 2 + s y 2 + ( x ¯ y ¯ ) 2 ,

where the mean is computed as

x ¯ = 1 N n = 1 N x n

and the variance

s x 2 = 1 N n = 1 N ( x n x ¯ ) 2

and the covariance

s x y = 1 N n = 1 N ( x n x ¯ ) ( y n 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, while in another article Nickerson appears to have used the 1/(N-1), i.e., the concordance correlation coefficient may be computed slightly differently between implementations.

Relation to other measures of correlation

The concordance correlation coefficient is nearly identical to some of the measures called intra-class correlations, and 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. It has also been stated that the ideas for concordance correlation coefficient "are quite similar to results already published by Krippendorff in 1970".

In the original article Lin suggested a form for multiple classes (not just 2). Over ten years later a correction to this form was issued.

One example of the use of the concordance correlation coefficient is in a comparison of analysis method for functional magnetic resonance imaging brain scans.

References

Concordance correlation coefficient Wikipedia


Similar Topics