Elaboradar 0.1
|
◆ compute_mean()
template<typename T>
Compute mean of the distribution of x values.
Definizione alla linea 177 del file statistics.h. 178 {
180 return mean;
182 }
Generic Class to perform statistical analysis Statistic object could be used as accumulator of data a... Definition statistics.h:22 |