|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DoubleIAxis | |
---|---|
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. |
Uses of DoubleIAxis in hep.aida.tdouble |
---|
Methods in hep.aida.tdouble that return DoubleIAxis | |
---|---|
DoubleIAxis |
DoubleIHistogram3D.xAxis()
Return the X axis. |
DoubleIAxis |
DoubleIHistogram2D.xAxis()
Return the X axis. |
DoubleIAxis |
DoubleIHistogram1D.xAxis()
Returns the X Axis. |
DoubleIAxis |
DoubleIHistogram3D.yAxis()
Return the Y axis. |
DoubleIAxis |
DoubleIHistogram2D.yAxis()
Return the Y axis. |
DoubleIAxis |
DoubleIHistogram3D.zAxis()
Return the Z axis. |
Uses of DoubleIAxis in hep.aida.tdouble.bin |
---|
Methods in hep.aida.tdouble.bin with parameters of type DoubleIAxis | |
---|---|
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. |
Uses of DoubleIAxis in hep.aida.tdouble.ref |
---|
Classes in hep.aida.tdouble.ref that implement DoubleIAxis | |
---|---|
class |
DoubleFixedAxis
Fixed-width axis; A reference implementation of hep.aida.IAxis. |
class |
DoubleVariableAxis
Variable-width axis; A reference implementation of hep.aida.IAxis. |
Methods in hep.aida.tdouble.ref with parameters of type DoubleIAxis | |
---|---|
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. |
Constructors in hep.aida.tdouble.ref with parameters of type DoubleIAxis | |
---|---|
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. |
|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |