Lines Matching defs:mean
13 * (3) expected mean and stddev of the count of random numbers in each
19 * (a) the (given) expected mean and stddev,
35 * towards the last bucket; the expected mean and stddev provided should
102 /* (Recommended) minimal bucket mean. */
130 * Mathematical tricks to guarantee that both mean and stddev are
131 * integers, and that the minimal bucket mean is at least
137 const size_t mean = N_BUCKET * stddev * q;
138 const size_t n_iter = N_BUCKET * mean;
141 fill(means, N_BUCKET, mean);
222 /* Number of divisions within [0, mean). */
226 /* Coverage of buckets in terms of multiples of mean. */