diff --git a/statannotations/stats/StatTest.py b/statannotations/stats/StatTest.py index b1a4bab..4fa239d 100644 --- a/statannotations/stats/StatTest.py +++ b/statannotations/stats/StatTest.py @@ -124,4 +124,7 @@ def short_name(self): 'Wilcoxon-legacy': StatTest(wilcoxon, 'Wilcoxon test (paired samples)', 'Wilcoxon'), + + 'Kolmogorov-Smirnov': StatTest(stats.kstest, + 'Kolmogorov-Smirnov', 'KStest', alternative='two-sided'), }