Searched refs:mean (Results 1 - 1 of 1) sorted by relevance

/libmicro/
H A Dlibmicro.c540 " [-M] (reports mean rather than median)\n"
572 * XXX should warn on median != mean by a lot
603 (void) printf("# mean %12.5f %12.5f\n",
1236 /* find the mean of values beyond the 95th percentile */
1253 (void) printf("# %12s %12.5f\n", "mean of 95%", m95);
1317 double mean; local
1323 * first we need the mean
1326 mean = 0.0;
1329 mean += data[i];
1332 mean /
[all...]

Completed in 6 milliseconds