Package | Description |
---|---|
hep.aida.tdouble |
Interfaces for compact, extensible, modular and performant histogramming functionality.
|
hep.aida.tdouble.bin |
Multisets (bags) with efficient statistics operations defined upon; This package
requires the Colt distribution.
|
hep.aida.tdouble.ref |
Reference implementation of the AIDA histogram
interfaces.
|
Modifier and Type | Method and Description |
---|---|
DoubleIAxis |
DoubleIHistogram1D.xAxis()
Returns the X Axis.
|
DoubleIAxis |
DoubleIHistogram2D.xAxis()
Return the X axis.
|
DoubleIAxis |
DoubleIHistogram3D.xAxis()
Return the X axis.
|
DoubleIAxis |
DoubleIHistogram2D.yAxis()
Return the Y axis.
|
DoubleIAxis |
DoubleIHistogram3D.yAxis()
Return the Y axis.
|
DoubleIAxis |
DoubleIHistogram3D.zAxis()
Return the Z axis.
|
Modifier and Type | Method and Description |
---|---|
MightyStaticDoubleBin1D[] |
QuantileDoubleBin1D.splitApproximately(DoubleIAxis axis,
int k)
Divides (rebins) a copy of the receiver at the given interval
boundaries into bins and returns these bins, such that each bin
approximately reflects the data elements of its range.
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleFixedAxis
Fixed-width axis; A reference implementation of hep.aida.IAxis.
|
class |
DoubleVariableAxis
Variable-width axis; A reference implementation of hep.aida.IAxis.
|
Modifier and Type | Method and Description |
---|---|
double[] |
DoubleConverter.edges(DoubleIAxis axis)
Returns all edges of the given axis.
|
String |
DoubleConverter.toString(DoubleIAxis axis)
Returns a string representation of the given argument.
|
Constructor and Description |
---|
DoubleHistogram1D(String title,
DoubleIAxis axis)
Creates a histogram with the given axis binning.
|
DoubleHistogram2D(String title,
DoubleIAxis xAxis,
DoubleIAxis yAxis)
Creates a histogram with the given axis binning.
|
DoubleHistogram3D(String title,
DoubleIAxis xAxis,
DoubleIAxis yAxis,
DoubleIAxis zAxis)
Creates a histogram with the given axis binning.
|
Jump to the Parallel Colt Homepage