Analysis of Variance in C#

One-Way Anova

Illustrates how to use the OneWayAnovaModel class to perform a one-way analysis of variance.

Show code.

Repeated Measures Anova

Illustrates how to use the OneWayRAnovaModel class to perform a one-way analysis of variance with repeated measures.

Show code.

Two-Way Anova

Illustrates how to use the TwoWayAnovaModel class to perform a two-way analysis of variance.

Show code.