|
bool | _operStatisticsCheck (const EStatOption &oper, int flag_multi, int flag_indic, int flag_sum, int flag_median, int flag_qt) |
|
void | _updateProportions (DbGrid *dbin, VectorInt &indg, int nfacies, VectorDouble &prop) |
|
void | _updateTransition (DbGrid *dbin, int pos, VectorInt &indg, int nfacies, int orient, VectorDouble &trans) |
|
void | _scaleAndAffect (Db *dbout, int iptr, int iech, int nitem, VectorDouble &tab) |
|
bool | _operExists (const std::vector< EStatOption > &opers, const EStatOption &refe) |
|
void | _refactor (int ncol, VectorDouble &tab) |
|
void | _copyResults (int nx, int ny, const VectorDouble &tabin, VectorDouble &tabout) |
|
void | _neighboringCell (int ndim, int radius, int rank0, const VectorInt &indg0, VectorInt &indg) |
|
double | _getQuantile (VectorDouble &tab, int ntab, double proba) |
|
VectorString | statOptionToName (const std::vector< EStatOption > &opers) |
|
std::vector< EStatOption > | KeysToStatOptions (const VectorString &opers) |
|
void | dbStatisticsVariables (Db *db, const VectorString &names, const std::vector< EStatOption > &opers, int iptr0, double proba, double vmin, double vmax) |
|
Table | dbStatisticsMono (Db *db, const VectorString &names, const std::vector< EStatOption > &opers, bool flagIso, double proba, double vmin, double vmax, const String &title) |
| Compute one or several statistics (oper/opers) on a set of variables (names) contained in a Db and produce the results as a Table or as variables added to the input Db. More...
|
|
VectorDouble | dbStatisticsFacies (Db *db) |
|
double | dbStatisticsIndicator (Db *db) |
|
Table | dbStatisticsCorrel (Db *db, const VectorString &names, bool flagIso, const String &title) |
| Compute one or several statistics (oper/opers) on a set of variables (names) contained in a Db and produce the results as a Table or as variables added to the input Db. More...
|
|
int | statisticsProportion (DbGrid *dbin, DbGrid *dbout, int pos, int nfacies, int radius) |
|
int | statisticsTransition (DbGrid *dbin, DbGrid *dbout, int pos, int nfacies, int radius, int orient) |
|
void | _getRowname (const String &radix, int ncol, int icol, const String &name, char *string) |
|
void | dbStatisticsPrint (const Db *db, const VectorString &names, const std::vector< EStatOption > &opers, bool flagIso, bool flagCorrel, const String &title, const String &radix) |
| Compute one or several statistics (oper/opers) on a set of variables (names) contained in a Db and produce the results as a Table or as variables added to the input Db. More...
|
|
MatrixRectangular * | sphering (const AMatrix *X) |
|
VectorDouble | dbStatisticsPerCell (Db *db, DbGrid *dbgrid, const EStatOption &oper, const String &name1, const String &name2, const VectorDouble &cuts) |
| Compute Statistics of points per cell. More...
|
|
Table | dbStatisticsMulti (Db *db, const VectorString &names, const EStatOption &oper, bool flagMono, const String &title) |
| Compute one or several statistics (oper/opers) on a set of variables (names) contained in a Db and produce the results as a Table or as variables added to the input Db. More...
|
|
int | dbStatisticsInGridTool (Db *db, DbGrid *dbgrid, const VectorString &names, const EStatOption &oper, int radius, int iptr0) |
|