|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttools.Measure
tools.CustomerMeasure
tools.Histogram
public class Histogram
| 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 |
|---|
public Histogram(double l,
double h,
int b)
| Method Detail |
|---|
public void add(double x)
add in class CustomerMeasurepublic int bucketContent(int i)
public void display()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||