View source: R/compute_avg_tau.R
| compute_avg_tau | R Documentation | 
Calculates the average tau correlation coefficient defined by Emond and Mason (2002). The average tau correlation has a one-to-one relationship with total Kemeny distance, While it is more common, total Kemeny distance may be preferred to avoid rounding error.
compute_avg_tau(total_K, n, k, wt)
| total_K | a positive integer as the total Kemeny distance of a ranking versus the input rankings. | 
| n | a positive integer for the number of objects in the ranking. | 
| k | a positive integer for the number of judges or attributes in the given ranking problem. This is also the number of input rankings from the problem. | 
| wt | a  | 
A numeric of the average tau correlation based on the total Kemeny distance.
Emond, E. J., & Mason, D. W. (2002). A new rank correlation coefficient with application to the consensus ranking problem. Journal of Multi-Criteria Decision Analysis, 11(1), 17-28.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.