28 using namespace pwiz::util;
 
   29 using namespace pwiz::analysis;
 
   37     1, 15, 29, 20, 10, 40, 1, 50, 3, 40, 3, 25, 23, 90,
 
   38     1, 15, 29, 20, 10, 40, 1, 50, 3, 40, 3, 25, 23, 90,
 
   39     1, 15, 29, 20, 10, 40, 1, 50, 3, 40, 3, 25, 23, 90,
 
   40     1, 15, 29, 20, 10, 40, 1, 50, 3, 40, 3, 25, 23, 90
 
   49         *
os_ << 
"Unsmoothed data (" << testData.size() << 
"):\t";
 
   50         copy(testData.begin(), testData.end(), ostream_iterator<double>(*
os_, 
"\t"));
 
   58         *
os_ << 
"Smoothed data (" << smoothData.size() << 
"):\t";
 
   59         copy(smoothData.begin(), smoothData.end(), ostream_iterator<double>(*
os_, 
"\t"));
 
   67 int main(
int argc, 
char* argv[])
 
   73         if (argc>1 && !strcmp(argv[1],
"-v")) 
os_ = &cout;