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 power analysis for kendall correlation coefficient #212

Open
renatoparedes opened this issue Nov 15, 2021 · 2 comments
Open

Implement power analysis for kendall correlation coefficient #212

renatoparedes opened this issue Nov 15, 2021 · 2 comments
Assignees
Labels
feature request 🚧 New feature or request

Comments

@renatoparedes
Copy link

Hello,

I'd like to contribute implementing a power analysis function for the kendall correlation coefficient based on this paper. The article also provides calculations computed with the SAS software which can be used for testing.

Please let me know what do you think.

Cheers,

Renato

@raphaelvallat
Copy link
Owner

Hi @renatoparedes,

Thank you! Do you think this could be easily integrated into the power_corr function? My preferred way would be to add a method argument to this function, which would accept either "pearson" (default), "spearman" or "kendall", e.g. power_corr(..., method="kendall").

Thanks,
Raphael

@renatoparedes
Copy link
Author

Hello @raphaelvallat,

I think it would be straight forward to add such method argument to the power_corr function. However I'm still figuring it out how to implement it without making the code too long (like with multiple switchs). I'll share a first prototype in the following days.

Cheers,

Renato

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

No branches or pull requests

2 participants