Skip to content
Prev 35293 / 63424 Next

O(N log N) Kendall Tau

David Simcha wrote:
Well, it is not that hard to find that the functions you mentioned are 
all used (for different cases) in the main function
   do_cov
that is called by R's cov() function.

Given you provide a well tested implementation based on a published 
algorithm that is numerically as stable as the method already 
implemented in R, including all features, and gives identical results, I 
think it is very likely that your implementation will replace the one 
that is currently used in R.

Best,
Uwe Ligges