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

Feature request: Kolmogorov-Smirnov's test #1621

Open
spiralparagon opened this issue Apr 7, 2024 · 0 comments
Open

Feature request: Kolmogorov-Smirnov's test #1621

spiralparagon opened this issue Apr 7, 2024 · 0 comments

Comments

@spiralparagon
Copy link

Is your feature request related to a problem? Please describe.
I'd like to be able to use kolmogorov-smirnov's test which is implemented in baseR as ks.test as an alternative to wilcoxon/mannwhitneyU.

Describe the solution you'd like
Being able to specify in the add_p function to use "ks.test"

Additional context
Wilcoxon makes a strong assumption that the populations tested have the same distribution, it is essentially blind to spread but powerful to test differences in location. Kolmogorov-Smirnovs test is a better test to determine if distributions are equal.

https://stats.stackexchange.com/questions/415889/kolmogorov-smirnov-test-vs-wilcoxon-signed-rank-test-for-two-samples

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

1 participant