
Explanation:
Kendall's τ correlation coefficient measures the ordinal association between two variables. It's calculated as:
τ = (number of concordant pairs - number of discordant pairs) / (number of total pairs)
Step 1: Rank the data First, let's rank the returns for X and Y:
| Year | X Return | Y Return | Rank X | Rank Y |
|---|---|---|---|---|
| 2010 | 5.0% | -10.0% | 3 | 1 |
| 2011 | 50.0% | -5.0% | 5 | 2 |
| 2012 | -10.0% | 20.0% | 2 | 4 |
| 2013 | -20.0% | 40.0% | 1 | 5 |
| 2014 | 30.0% | 15.0% | 4 | 3 |
Step 2: Count concordant and discordant pairs For n=5 observations, total pairs = C(5,2) = 10
Let's examine each pair:
Counts:
Step 3: Calculate Kendall's τ τ = (2 - 8) / 10 = -6 / 10 = -0.6
Wait, let me double-check the calculation...
Actually, τ = (number of concordant - number of discordant) / [n(n-1)/2] = (2 - 8) / 10 = -6/10 = -0.6
But the answer choices show -0.6 as option C, and the correct answer is marked as B (-0.2). Let me recalculate more carefully.
Alternative calculation method: Using the formula: τ = (C - D) / √[(n(n-1)/2 - T_x)(n(n-1)/2 - T_y)]
Where T_x and T_y account for ties (no ties in this data).
Actually, for Kendall's τ with no ties: τ = (C - D) / [n(n-1)/2] = (2 - 8) / 10 = -0.6
However, let me verify the ranking and pairs again:
Looking at the actual return values:
Yes, concordant = 2, discordant = 8, τ = -0.6
Given the answer choices and the marked correct answer being B (-0.2), there might be an error in either the question or the provided answer. Based on my calculation, the correct Kendall's τ should be -0.6.
Ultimate access to all questions.
No comments yet.
| Year | X | Y |
|---|---|---|
| 2010 | 5.0% | -10.0% |
| 2011 | 50.0% | -5.0% |
| 2012 | -10.0% | 20.0% |
| 2013 | -20.0% | 40.0% |
| 2014 | 30.0% | 15.0% |
What is the Kendall τ correlation coefficient for the stock returns of X and Y?
A
-0.3
B
-0.2
C
-0.6
D
0.4