14 int main(
int argc,
char *argv[])
24 cout <<
"mean value of a " << a.
_data[0] << endl;
25 cout <<
"std dev of a " <<
stdDev(a) << endl;
27 cout <<
"mean value of b " << b.
_data[0] << endl;
28 cout <<
"std dev of b " <<
stdDev(b) << endl;
30 cout <<
"mean value of c " << c.
_data[0] << endl;
31 cout <<
"std dev of c " <<
stdDev(c) << endl;
33 cout <<
"mean value of d " << d.
_data[0] << endl;
34 cout <<
"std dev of d " <<
stdDev(d) << endl;
int main(int argc, char *argv[])
double stdDev(const PC< ORDER, DIM > &a)