Searched refs:mean (Results 1 - 6 of 6) 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/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,
/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/csh/
H A Dsh.func.c1478 error("Bad scaling; did you mean ``%t''?", str0);
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh1104 printf "$(gettext "This could mean that '%s' is not included as a 'nameserver' in the /etc/resolv.conf file or some other type of error").\n" $dc
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1029 % One complication: _ usually means subscripts, but it could also mean
1937 % @l was never documented to mean ``switch to the Lisp font'',

Completed in 123 milliseconds