# ANOVA v0.7.1 - Table of Contents

ANOVA implementation in Elixir.

## Pages

- [ANOVA](readme.md)
- [LICENSE](license.md)
- [ANOVA Test](examples.md)
- [CHANGELOG](changelog.md)

## Modules

- [ANOVA](ANOVA.md): ANOVA (Analysis of variance)

- [MathUtils](MathUtils.md): Utility functions used in ANOVA and post-hoc test calculations.

- [StudentizedRange](StudentizedRange.md): Studentized range distribution for Tukey's HSD.
- [TukeyHSD](TukeyHSD.md): Tukey's Honestly Significant Difference (HSD) post-hoc test.

