An open API service indexing awesome lists of open source software.

https://github.com/jabulente/tukey-s-hsd-for-pairwise-group-comparisons

This repository contains a Python project dedicated to performing Tukey’s Honest Significant Difference (HSD) test for pairwise group comparisons.
https://github.com/jabulente/tukey-s-hsd-for-pairwise-group-comparisons

ai anova-analysis anova-test data-science data-visualization machine-learning math matplotlib-pyplot post-hoc post-hoc-analysis re real-world-problem-solving scipy-stats seaborn-plots statistics statsmodels string turkey-hsd

Last synced: 3 months ago
JSON representation

This repository contains a Python project dedicated to performing Tukey’s Honest Significant Difference (HSD) test for pairwise group comparisons.

Awesome Lists containing this project

README

          

Tukey's Honest Significant Difference (THSD)

Tukey's Honest Significant Difference (THSD) test is a post-hoc statistical analysis used to compare all possible group means after rejecting the null hypothesis in ANOVA. It controls the family-wise error rate, making it ideal for identifying which specific groups differ significantly in multi-group experiments