#include <Anova1.hh>
Public Methods | |
Group_ (const string &D=string()) | |
Inits to contain the description D, otherwise empty. | |
Group_ (const string &D, double S, unsigned int N) | |
Inits to contain a data group with description D, sum S and size N. | |
const string& | descr () const |
unsigned int | size () const |
double | mean () const |
Private Attributes | |
string | Descr |
double | Sum |
unsigned int | Size |
Contains the group size, the group mean and a description string.
Definition at line 53 of file Anova1.hh.
|
Inits to contain the description D, otherwise empty.
|
|
Inits to contain a data group with description D, sum S and size N.
|
|
|
|
|
|
|
|
|
|
|
|
|