Package | Description |
---|---|
cern.colt.matrix.tfloat.algo |
Linear Algebraic matrix computations operating on
FloatMatrix2D
and FloatMatrix1D . |
hep.aida.tfloat.bin |
Multisets (bags) with efficient statistics operations defined upon; This package
requires the Colt distribution.
|
Class and Description |
---|
DynamicFloatBin1D
1-dimensional rebinnable bin holding float elements; Efficiently
computes advanced statistics of data sequences.
|
FloatBinFunction1D
Interface that represents a function object: a function that takes two bins
as arguments and returns a single value.
|
Class and Description |
---|
AbstractFloatBin
Abstract base class for all arbitrary-dimensional bins consumes
float elements.
|
AbstractFloatBin1D
Abstract base class for all 1-dimensional bins consumes float
elements.
|
DynamicFloatBin1D
1-dimensional rebinnable bin holding float elements; Efficiently
computes advanced statistics of data sequences.
|
FloatBinBinFunction1D
Interface that represents a function object: a function that takes two bins
as arguments and returns a single value.
|
FloatBinFunction1D
Interface that represents a function object: a function that takes two bins
as arguments and returns a single value.
|
FloatBinFunctions1D
Function objects computing dynamic bin aggregations; to be passed to generic
methods.
|
MightyStaticFloatBin1D
Static and the same as its superclass, except that it can do more:
Additionally computes moments of arbitrary integer order, harmonic mean,
geometric mean, etc.
|
QuantileFloatBin1D
1-dimensional non-rebinnable bin holding float elements with
scalable quantile operations defined upon; Using little main memory, quickly
computes approximate quantiles over very large data sequences with and even
without a-priori knowledge of the number of elements to be filled;
Conceptually a strongly lossily compressed multiset (or bag); Guarantees to
respect the worst case approximation error specified upon instance
construction.
|
StaticFloatBin1D
1-dimensional non-rebinnable bin consuming float elements;
Efficiently computes basic statistics of data sequences.
|
Jump to the Parallel Colt Homepage