Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kendall-Tau correlation #5

Open
chrisplyn opened this issue May 30, 2017 · 1 comment
Open

Kendall-Tau correlation #5

chrisplyn opened this issue May 30, 2017 · 1 comment

Comments

@chrisplyn
Copy link

Hi Jerry,
Are you planning to implement the calc_swap_deltas method for KT metrics?
As I remember there is a build-in function in scipy to calculate KT.
Thanks

@jma127
Copy link
Owner

jma127 commented Jun 3, 2017

Hi Chris, the scipy function for KT won't really help for calc_swap_deltas since we'd still have to run it O(n^2) times for a total runtime of O(n^4). However, there is a fairly straightforward O(n^2) algorithm for calculating the swap deltas -- will leave this issue open in case anyone wants to tackle it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants