Elaboradar 0.1
|
◆ compute_variance()
template<typename T>
Compute variance of the distribution of x values.
Definizione alla linea 154 del file statistics.h. 155 {
156 if(M2<0.1e-11)M2=0.;
159 }
Generic Class to perform statistical analysis Statistic object could be used as accumulator of data a... Definition statistics.h:22 Referenziato da compute_dev_std(). |