gstlearn  0.3.3
CCC
Statistics of points per cell

Statistics of points per cell. More...

Functions

GSTLEARN_EXPORT VectorDouble dbStatisticsPerCellByUID (Db *db, DbGrid *dbgrid, const EStatOption &oper, int iuid, int juid=-1, const VectorDouble &cuts=VectorDouble())
 Statistics of points per cell. More...
 
GSTLEARN_EXPORT VectorDouble dbStatisticsPerCell (Db *db, DbGrid *dbgrid, const EStatOption &oper, const String &name1, const String &name2=String(), const VectorDouble &cuts=VectorDouble())
 Statistics of points per cell. More...
 

Detailed Description

Statistics of points per cell.

Parameters
dbInput Db
dbgridOutput Grid Db
operStatistical operator
cutsArray of cutoffs (when needed)
Returns
Vector of results

Function Documentation

◆ dbStatisticsPerCell()

GSTLEARN_EXPORT VectorDouble dbStatisticsPerCell ( Db db,
DbGrid dbgrid,
const EStatOption &  oper,
const String name1,
const String name2,
const VectorDouble cuts 
)

Statistics of points per cell.

Parameters
dbInput Db
dbgridOutput Grid Db
operStatistical operator
cutsArray of cutoffs (when needed)
Returns
Vector of results
Parameters
name1Name of the primary variable
name2Name of the secondary variable

◆ dbStatisticsPerCellByUID()

GSTLEARN_EXPORT VectorDouble dbStatisticsPerCellByUID ( Db db,
DbGrid dbgrid,
const EStatOption &  oper,
int  iuid,
int  juid,
const VectorDouble cuts 
)

Statistics of points per cell.

Parameters
dbInput Db
dbgridOutput Grid Db
operStatistical operator
cutsArray of cutoffs (when needed)
Returns
Vector of results
Parameters
iuidUID of the primary variable
juidUID of the secondary variable