repositorypackage
1.1.0
Repository: https://github.com/vincilbishop/goanova.git
Documentation: pkg.go.dev
# README
GoAnova
An implementation of a One-Way analysis of variance (ANOVA) using Golang
See:
Based on these instructions:
- https://www.statology.org/one-way-anova-by-hand/
- https://www.statology.org/one-way-anova/
- https://www.socscistatistics.com/pvalues/fdistribution.aspx
Inspiration taken from the following sources:
TODO:
- Implement other ANOVA calculations