|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
An interface defining the minimum set of methods required to extract the necessary information about a variable to draw a histogram for it.
HistogramContents| Method Summary | |
HistogramBinInt |
getBin(int which)
Get the ith HistogramBinInt
containing the range and height of that bin. |
double |
maxHeight()
The maximum height of a bar in the coordinates of the y-axis for the histogram. |
int |
numBins()
The number of bins in the histogram. |
long |
numObservations()
Return the total number of data values that make up this point. |
| Method Detail |
public double maxHeight()
public int numBins()
public HistogramBinInt getBin(int which)
HistogramBinInt
containing the range and height of that bin.public long numObservations()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||