Package | Description |
---|---|
cern.colt.matrix.doublealgo |
Double matrix algorithms such as print formatting, sorting, partitioning and statistics.
|
hep.aida.ref |
Reference implementation of the AIDA histogram
interfaces.
|
Modifier and Type | Method and Description |
---|---|
static IHistogram3D |
Statistic.cube(DoubleMatrix1D x,
DoubleMatrix1D y,
DoubleMatrix1D z,
DoubleMatrix1D weights)
3-d OLAP cube operator; Fills all cells of the given vectors into the given histogram.
|
static IHistogram3D |
Statistic.histogram(IHistogram3D histo,
DoubleMatrix1D x,
DoubleMatrix1D y,
DoubleMatrix1D z,
DoubleMatrix1D weights)
Fills all cells of the given vectors into the given histogram.
|
Modifier and Type | Method and Description |
---|---|
static IHistogram3D |
Statistic.histogram(IHistogram3D histo,
DoubleMatrix1D x,
DoubleMatrix1D y,
DoubleMatrix1D z,
DoubleMatrix1D weights)
Fills all cells of the given vectors into the given histogram.
|
Modifier and Type | Class and Description |
---|---|
class |
Histogram3D
A reference implementation of hep.aida.IHistogram3D.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Converter.toString(IHistogram3D h)
Returns a string representation of the given argument.
|
Jump to the Colt Homepage