O2scl : Function List
Compute the mean of the first n elements of a vector.
n
This function produces the same results as gsl_stats_mean().
gsl_stats_mean()
If n is zero, this function will return zero.
Compute the mean of all of the vector elements.
This function uses size() to determine the vector size and produces the same results as gsl_stats_mean().
size()
If the vector size is zero, this function will return zero.