<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hello All,<div class=""><br class=""></div><div class="">The PR <a href="https://github.com/scipy/scipy/pull/13002" class="">gh-13002</a> implements Tukey’s Honestly Significant Difference Test, a multiple sample test used to find pairs of means that are significantly different from each other. We’d appreciate your thoughts!<div class=""><div class=""><br class=""></div><div class="">The test reports the pairwise differences, p-values, and confidence intervals in separate attribute arrays of shape (n, n). This allows the client to access their desired results programmatically, which is not nearly as easy in other programs. <br class=""><div class=""><br class=""></div><div class=""><div class="">There are a few areas with which extra input would be helpful. Specifically: </div><div class="">- output interface</div><div class="">- __str__ / __repr__ methods</div><div class="">- confidence interval method</div><div class=""><br class=""></div><div class="">More details are in the PR.</div><div class=""><br class=""></div><div class="">Many thanks,</div><div class="">Sam</div><div class=""><br class=""></div></div></div></div></div></body></html>