Interface | Description |
---|---|
BinCalculation |
An interface for class that compute the number of bins in a histogram.
|
Class | Description |
---|---|
AbstractBinCalculation |
An abstract implementation of
BinCalculation . |
Bin |
A class representing a single histogram bin.
|
Cut |
Cuts a continuous variable into numberOfBins intervals that range from
min to max.
|
FastHistogram | |
FreedmanDiaconisBinCalculation |
The Freedman-Diaconis method fro computing the number of bins.
|
Histogram |
A histogram involves an array of value for the x-axis (i.e.
|
ScottBinCalculation |
Scott's method form computing the number of bins in a histogram.
|
SimpleBinCalculation |
An implementation of
AbstractBinCalculation such that the user can provide the number of bins. |
SturgesBinCalculation |
Sturges' method for computing the number of bins.
|
Enum | Description |
---|---|
BinCalculationType | |
HistogramType |