Statistics of points per cell.
More...
|
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...
|
|
Statistics of points per cell.
- Parameters
-
db | Input Db |
dbgrid | Output Grid Db |
oper | Statistical operator |
cuts | Array of cutoffs (when needed) |
- Returns
- Vector of results
◆ dbStatisticsPerCell()
Statistics of points per cell.
- Parameters
-
db | Input Db |
dbgrid | Output Grid Db |
oper | Statistical operator |
cuts | Array of cutoffs (when needed) |
- Returns
- Vector of results
- Parameters
-
name1 | Name of the primary variable |
name2 | Name of the secondary variable |
◆ dbStatisticsPerCellByUID()
Statistics of points per cell.
- Parameters
-
db | Input Db |
dbgrid | Output Grid Db |
oper | Statistical operator |
cuts | Array of cutoffs (when needed) |
- Returns
- Vector of results
- Parameters
-
iuid | UID of the primary variable |
juid | UID of the secondary variable |