#include <string>
#include "PC.h"
Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 14 of file testUQTK.cpp.
References PC< ORDER, DIM >::_data, and stdDev().
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;
double stdDev(const PC< ORDER, DIM > &a)