tools
Class Histogram

java.lang.Object
  extended by tools.Measure
      extended by tools.CustomerMeasure
          extended by tools.Histogram

public class Histogram
extends CustomerMeasure


Field Summary
 
Fields inherited from class tools.Measure
moment, moments, resetTime
 
Constructor Summary
Histogram(double l, double h, int b)
           
 
Method Summary
 void add(double x)
           
 int bucketContent(int i)
           
 void display()
           
 
Methods inherited from class tools.CustomerMeasure
mean, variance
 
Methods inherited from class tools.Measure
count, moment, resetMeasures
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Histogram

public Histogram(double l,
                 double h,
                 int b)
Method Detail

add

public void add(double x)
Overrides:
add in class CustomerMeasure

bucketContent

public int bucketContent(int i)

display

public void display()