Lines Matching full:buckets
100 …buckets.The summary statistics are the count, mean, sum of the squared deviation from the mean, th…
102 …buckets, if any, have numbers 1 through N-2; and the overflow bucket has number N-1. The size of b…
105 …buckets can be in a linear sequence, an exponential sequence, or each bucket can be specified expl…
106 …buckets that have a width that is proportional to the value of the lower bound. Each bucket repres…
111 …buckets that all have the same width (except overflow and underflow). Each bucket represents a con…
116 …buckets with arbitrary widths.There are size(bounds) + 1 (= N) buckets. Bucket i has the following…
144 …buckets.The summary statistics are the count, mean, sum of the squared deviation from the mean, th…
146 …buckets, if any, have numbers 1 through N-2; and the overflow bucket has number N-1. The size of b…
149 …buckets can be in a linear sequence, an exponential sequence, or each bucket can be specified expl…
150 …buckets that have a width that is proportional to the value of the lower bound. Each bucket repres…
155 …buckets that all have the same width (except overflow and underflow). Each bucket represents a con…
160 …buckets with arbitrary widths.There are size(bounds) + 1 (= N) buckets. Bucket i has the following…