Searched refs:getFrequency (Results 1 – 5 of 5) sorted by relevance
196 total = (double)bucket.getFrequency() * (double)(getBase() - 1); in getValue()200 total += (double)bucket.getFrequency() * (double)bucket.getMin(); in getValue()207 total += (double)bucket.getFrequency() * in getValue()218 return b.getFrequency(); in getZeroBucketValue()
118 frequency = bucket.getFrequency(); in initialize()449 getFrequency() in getFrequency() method in Distribution.Bucket548 if (b.getFrequency() > 0L) { in getDisplayRange()559 if (b.getFrequency() > 0L) { in getDisplayRange()
134 total += ((double)bucket.getFrequency() * (double)bucket.getMin()); in getValue()143 return b.getFrequency(); in getZeroBucketValue()
187 total += ((double)bucket.getFrequency() * (double)bucket.getMin()); in getValue()195 return b.getFrequency(); in getZeroBucketValue()
306 for (; (b1 <= b2) && (d.get(b1).getFrequency() == 0); ++b1); in printDistribution()322 for (; (b2 > 0) && (d.get(b2).getFrequency() == 0); --b2); in printDistribution()326 v = d.get(i).getFrequency(); in printDistribution()337 v = bucket.getFrequency(); in printDistribution()