|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FloatIAxis | |
---|---|
hep.aida.tfloat | Interfaces for compact, extensible, modular and performant histogramming functionality. |
hep.aida.tfloat.bin | Multisets (bags) with efficient statistics operations defined upon; This package requires the Colt distribution. |
hep.aida.tfloat.ref | Reference implementation of the AIDA histogram interfaces. |
Uses of FloatIAxis in hep.aida.tfloat |
---|
Methods in hep.aida.tfloat that return FloatIAxis | |
---|---|
FloatIAxis |
FloatIHistogram3D.xAxis()
Return the X axis. |
FloatIAxis |
FloatIHistogram2D.xAxis()
Return the X axis. |
FloatIAxis |
FloatIHistogram1D.xAxis()
Returns the X Axis. |
FloatIAxis |
FloatIHistogram3D.yAxis()
Return the Y axis. |
FloatIAxis |
FloatIHistogram2D.yAxis()
Return the Y axis. |
FloatIAxis |
FloatIHistogram3D.zAxis()
Return the Z axis. |
Uses of FloatIAxis in hep.aida.tfloat.bin |
---|
Methods in hep.aida.tfloat.bin with parameters of type FloatIAxis | |
---|---|
MightyStaticFloatBin1D[] |
QuantileFloatBin1D.splitApproximately(FloatIAxis 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 FloatIAxis in hep.aida.tfloat.ref |
---|
Classes in hep.aida.tfloat.ref that implement FloatIAxis | |
---|---|
class |
FloatFixedAxis
Fixed-width axis; A reference implementation of hep.aida.IAxis. |
class |
FloatVariableAxis
Variable-width axis; A reference implementation of hep.aida.IAxis. |
Methods in hep.aida.tfloat.ref with parameters of type FloatIAxis | |
---|---|
float[] |
FloatConverter.edges(FloatIAxis axis)
Returns all edges of the given axis. |
String |
FloatConverter.toString(FloatIAxis axis)
Returns a string representation of the given argument. |
Constructors in hep.aida.tfloat.ref with parameters of type FloatIAxis | |
---|---|
FloatHistogram1D(String title,
FloatIAxis axis)
Creates a histogram with the given axis binning. |
|
FloatHistogram2D(String title,
FloatIAxis xAxis,
FloatIAxis yAxis)
Creates a histogram with the given axis binning. |
|
FloatHistogram3D(String title,
FloatIAxis xAxis,
FloatIAxis yAxis,
FloatIAxis zAxis)
Creates a histogram with the given axis binning. |
|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |