Lines Matching refs:M2
203 double n, mean, M2;229 stats->M2 += delta*(val - stats->mean);255 double variance = stats->M2 / (stats->n - 1);