Kendall tau相关系数计算器
计算Kendall tau等级相关系数,衡量两组有序数据之间的一致性程度,适用于非参数相关性分析。
Kendall tau
0.333333
Total Pairs45
Kendall tau vs Concordant Pairs
公式
Kendall Tau
tau = (C - D)/[n(n-1)/2]
Based on concordant vs discordant pairs.
计算示例
30 concordant, 15 discordant, n=10.
- 01tau = 15/45 = 0.333
常见问题
Vs Spearman?
Kendall uses pairs; better for small samples.
Range?
-1 to +1.
Strong?
|tau| > 0.5 is strong.
学习