You are on page 1of 14

KENDALL’S COEFFICIENT OF

COLLERATION T
WHAT IS KENDALL’S TAU?

• Kendall’s Tau is a non-parametric measure of relationships between columns of ranked data. The Tau
correlation coefficient returns a value of 0 to 1, where:
• 0 is no relationship,
• 1 is a perfect relationship.
• A quirk of this test is that it can also produce negative values (i.e. from -1 to 0). Unlike a linear graph, a
negative relationship doesn’t mean much with ranked columns (other than you perhaps switched the
columns around), so just remove the negative sign when you’re interpreting Tau.
WHAT ARE CORRELATION COEFFICIENTS?

• Correlation coefficients measure the strength of the relationship between two variables. A correlation
between variables indicates that as one variable changes in value, the other variable tends to change in
a specific direction.  Understanding that relationship is useful because we can use the value of one
variable to predict the value of the other variable. For example, height and weight are correlated—as
height increases, weight also tends to increase. Consequently, if we observe an individual who is
unusually tall, we can predict that his weight is also above the average.
• In statistics, correlation coefficients are a quantitative assessment that measures both the direction and
the strength of this tendency to vary together. There are different types of correlation coefficients that
you can use for different kinds of data. In this post, I cover the most common type of correlation—
Pearson’s correlation coefficient.
SEVERAL VERSION’S OF TAU EXIST.

• Tau-A and Tau-B are usually used for square tables (with equal columns and rows). Tau-B will adjust for
tied ranks.
• Tau-C is usually used for rectangular tables. For square tables, Tau-B and Tau-C are essentially the same.
• Most statistical packages have Tau-B built in, but you can use the following formula to calculate it by
hand:
KENDALL’S TAU = (C – D / C + D)
WHERE C IS THE NUMBER OF CONCORDANT PAIRS AND D IS THE
NUMBER OF DISCORDANT PAIRS.

• Example Problem
• Sample Question: Two interviewers ranked 12 candidates (A through L) for a position. The results from
most preferred to least preferred are:

• Interviewer 1: ABCDEFGHIJKL.
• Interviewer 2: ABDCFEHGJILK.
• Calculate the Kendall Tau correlation.
STEP 1: MAKE A TABLE OF RANKINGS. THE FIRST COLUMN,
“CANDIDATE” IS OPTIONAL AND FOR REFERENCE ONLY. THE RANKINGS
FOR INTERVIEWER 1 SHOULD BE IN ASCENDING ORDER (FROM LEAST TO
GREATEST).
STEP 2: COUNT THE NUMBER OF CONCORDANT PAIRS, USING THE SECOND
COLUMN. CONCORDANT PAIRS ARE HOW MANY LARGER RANKS ARE BELOW
A CERTAIN RANK. FOR EXAMPLE, THE FIRST RANK IN THE SECOND
INTERVIEWER’S COLUMN IS A “1”, SO ALL 11 RANKS BELOW IT ARE LARGER.
HOWEVER, GOING DOWN THE LIST TO THE THIRD ROW (A
RANK OF 4), THE RANK IMMEDIATELY BELOW (3) IS
SMALLER, SO IT DOESN’T COUNT FOR A CONCORDANT PAIR.
WHEN ALL CONCORDANT PAIRS HAVE BEEN
COUNTED, IT LOOKS LIKE THIS:
STEP 3: COUNT THE NUMBER OF DISCORDANT PAIRS AND INSERT THEM
INTO THE NEXT COLUMN. THE NUMBER OF DISCORDANT PAIRS IS
SIMILAR TO STEP 2, ONLY YOU’RE LOOKING FOR SMALLER RANKS, NOT
LARGER ONES
STEP 4: SUM THE VALUES IN THE TWO
COLUMNS:
STEP 5: INSERT THE TOTALS INTO THE FORMULA:
KENDALL’S TAU = (C – D / C + D)
= (61 – 5) / (61 + 5) = 56 / 66 = .85.

 
THE TAU COEFFICIENT IS .85, SUGGESTING A STRONG RELATIONSHIP BETWEEN THE RANKINGS.
PERFECT CORRELATION

• Counting how many values are below the second column seems very odd when you first do it. But it
does work. Just as a thought experiment, here’s what the spreadsheet looks like if both interviewers
were in perfect agreement:
AND, INSERTING THE TOTALS INTO THE FORMULA WE GET:
TAU = (66 – 0) / (66 + 0) = 1, WHICH IS (AS WE EXPECT) PERFECT
AGREEMENT.

You might also like