Lines Matching full:buckets
113 …buckets.The summary statistics are the count, mean, sum of the squared deviation from the mean, th…
115 …buckets, if any, have numbers 1 through N-2; and the overflow bucket has number N-1. The size of b…
118 …buckets can be in a linear sequence, an exponential sequence, or each bucket can be specified expl…
119 …buckets that have a width that is proportional to the value of the lower bound. Each bucket repres…
124 …buckets that all have the same width (except overflow and underflow). Each bucket represents a con…
129 …buckets with arbitrary widths.There are size(bounds) + 1 (= N) buckets. Bucket i has the following…
227 …buckets.The summary statistics are the count, mean, sum of the squared deviation from the mean, th…
229 …buckets, if any, have numbers 1 through N-2; and the overflow bucket has number N-1. The size of b…
232 …buckets can be in a linear sequence, an exponential sequence, or each bucket can be specified expl…
233 …buckets that have a width that is proportional to the value of the lower bound. Each bucket repres…
238 …buckets that all have the same width (except overflow and underflow). Each bucket represents a con…
243 …buckets with arbitrary widths.There are size(bounds) + 1 (= N) buckets. Bucket i has the following…