1 #ifndef _theplu_yat_statistics_anova_ 2 #define _theplu_yat_statistics_anova_ 25 #include <yat/statistics/Averager.h> 32 namespace statistics {
57 void add(
double x,
size_t g,
long int n=1);
97 std::vector<Averager> aver_;
size_t inter_df(void) const
Class to calculate simple (first and second moments) averages.
Definition: Averager.h:46
The Department of Theoretical Physics namespace as we define it.
one-way ANOVA
Definition: Anova.h:42
size_t intra_df(void) const
double p_value(void) const
void add(double x, size_t g, long int n=1)
add a data point
void reset(void)
remove all data