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

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatisticList.java299 * belongs based on the mean of the sampled data.
446 * to be at 1, 2 and 3 standard deviations from the mean. ZONEC is
473 * Direction from mean (used to test ZONELT and ZONEGT).
478 * Less than the mean.
483 * Greater than the mean.
493 * The mean of the samples.
495 private double mean; field in class:StatisticOperations
534 sd += java.lang.Math.pow(val.doubleValue() - mean, 2);
587 "\n\tmean: " + f.format(mean) +
590 "\n\t\tC:" + f.format(mean
[all...]
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c886 int i, j, k, lb, ub, mina, maxa, cutoff[2], mean; local
999 mean = acnt / (j - i); /* mean value */
1002 cutoff[0] = (mean - mina) / DISTRIB_CUTOFF + mina;
1014 cutoff[1] = maxa - (maxa - mean) / DISTRIB_CUTOFF;
1024 " mean %d cutoffs(%d %d) bnds(%d, %d)\n",
1026 acnt, mina, maxa, mean, cutoff[0], cutoff[1], lb, ub);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c2448 double mean = (double)tsum / nreceived; local
2451 sqrt(((smean - mean*mean) * nreceived) / (nreceived-1));
2456 (double)tmin / 1000, mean / 1000,

Completed in 76 milliseconds