Searched refs:getMin (Results 1 – 5 of 5) sorted by relevance
200 total += (double)bucket.getFrequency() * (double)bucket.getMin(); in getValue()208 (double)(bucket.getMin() + 1); in getValue()217 if (b.getMin() == 0) { in getZeroBucketValue()
212 if (bucket.getMin() != min) { in checkBucketRange()214 bucket.getMin() + " at index " + i + ", expected " + min); in checkBucketRange()430 getMin() in getMin() method in Distribution.Bucket
187 total += ((double)bucket.getFrequency() * (double)bucket.getMin()); in getValue()194 if (b.getMin() == 0) { in getZeroBucketValue()
134 total += ((double)bucket.getFrequency() * (double)bucket.getMin()); in getValue()
338 b = bucket.getMin(); in printDistribution()