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

Implement Spearman's rank correlation coefficient #32

Merged
merged 1 commit into from
Aug 4, 2022
Merged

Conversation

ldm2468
Copy link
Owner

@ldm2468 ldm2468 commented Aug 4, 2022

When comparing centrality measures, the relative ranking of each vertex is often more important than the absolute value of the centrality measure. The Spearman's rank correlation coefficient, which compares the ranks of two variables, can be used to validate the centrality rankings generated in this project.

@ldm2468 ldm2468 added the enhancement New feature or request label Aug 4, 2022
@ldm2468 ldm2468 merged commit a19f66d into master Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant