From 4f76c970851ba66cda7eeb47d6e3244ad867b5d8 Mon Sep 17 00:00:00 2001 From: Matt Haberland Date: Thu, 23 Jun 2022 11:59:49 -0400 Subject: [PATCH] Fix redundancy in introduction --- paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper.md b/paper.md index 7ebea81772f5..164a15f0e41a 100644 --- a/paper.md +++ b/paper.md @@ -43,7 +43,7 @@ samples from a normally distributed population. Although there are already implementations of these tests available in the scientific Python ecosystem, all of them rely on approximations of the studentized range distribution, which are not accurate outside the range of inputs for which they are -designed. Here we present the implementation of a very accurate and +designed. Here we present a very accurate and sufficiently fast implementation of the studentized range distribution and a function for performing Tukey's HSD test. Both of these features are available in SciPy 1.8.0.