15 cerr <<
"Error: Unable to compute mean of empty d3_array.\n";
18 return sum(array) / size;
double sum(const d3_array &darray)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
double mean(const dvector &vec)
Returns computed mean of vec.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
unsigned int size_count(const dvector &x)
Returns total size of elements in vector x.
Description not yet available.