Parallel Colt 0.7.2

Uses of Interface
hep.aida.tfloat.bin.FloatBinFunction1D

Packages that use FloatBinFunction1D
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. 
 

Uses of FloatBinFunction1D in cern.colt.matrix.tfloat.algo
 

Methods in cern.colt.matrix.tfloat.algo with parameters of type FloatBinFunction1D
static FloatMatrix2D FloatStatistic.aggregate(FloatMatrix2D matrix, FloatBinFunction1D[] aggr, FloatMatrix2D result)
          Applies the given aggregation functions to each column and stores the results in a the result matrix.
 FloatMatrix2D FloatSorting.sort(FloatMatrix2D matrix, FloatBinFunction1D aggregate)
          Sorts the matrix rows into ascending order, according to the natural ordering of the values computed by applying the given aggregation function to each row; Particularly efficient when comparing expensive aggregates, because aggregates need not be recomputed time and again, as is the case for comparator based sorts.
 String FloatFormatter.toTitleString(FloatMatrix2D matrix, String[] rowNames, String[] columnNames, String rowAxisName, String columnAxisName, String title, FloatBinFunction1D[] aggr)
          Same as toTitleString except that additionally statistical aggregates (mean, median, sum, etc.) of rows and columns are printed.
 String FloatFormatter.toTitleString(FloatMatrix3D matrix, String[] sliceNames, String[] rowNames, String[] columnNames, String sliceAxisName, String rowAxisName, String columnAxisName, String title, FloatBinFunction1D[] aggr)
          Returns a string representation of the given matrix with axis as well as rows and columns labeled.
 

Uses of FloatBinFunction1D in hep.aida.tfloat.bin
 

Fields in hep.aida.tfloat.bin declared as FloatBinFunction1D
static FloatBinFunction1D FloatBinFunctions1D.geometricMean
          Function that returns bin.geometricMean().
static FloatBinFunction1D FloatBinFunctions1D.max
          Function that returns bin.max().
static FloatBinFunction1D FloatBinFunctions1D.mean
          Function that returns bin.mean().
static FloatBinFunction1D FloatBinFunctions1D.median
          Function that returns bin.median().
static FloatBinFunction1D FloatBinFunctions1D.min
          Function that returns bin.min().
static FloatBinFunction1D FloatBinFunctions1D.rms
          Function that returns bin.rms().
static FloatBinFunction1D FloatBinFunctions1D.size
          Function that returns bin.size().
static FloatBinFunction1D FloatBinFunctions1D.stdDev
          Function that returns bin.standardDeviation().
static FloatBinFunction1D FloatBinFunctions1D.sum
          Function that returns bin.sum().
static FloatBinFunction1D FloatBinFunctions1D.sumLog
          Function that returns bin.sumOfLogarithms().
 

Methods in hep.aida.tfloat.bin that return FloatBinFunction1D
static FloatBinFunction1D FloatBinFunctions1D.quantile(float percentage)
          Function that returns bin.quantile(percentage).
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage