Skip to content

Anova Oneway implementation

Kostas FILIPPOPOLITIS requested to merge dev/anova into master

Created by: jassak

  • Implementation of Oneway Anova algorithm for one categorical and one numerical variable
  • Output of Anova includes:
    • Anova summary table
    • Tukey Honest Significant Differences test table
    • Mean plot for every level in the categorical variable
  • 95 Algorithm tests (80 local + 15 federated on 10 nodes)
  • 5 Exareme integration tests
  • 1 Privacy test
  • No property based testing (yet)

Merge request reports