|
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) |
|
bool | _regressionCheck (Db *db1, int icol0, const VectorInt &icols, int mode, Db *db2, const Model *model) |
|
bool | _regressionLoad (Db *db1, Db *db2, int iech, int icol0, const VectorInt &icols, int mode, int flagCste, const Model *model, double *value, VectorDouble &x) |
|
void | _regrprint (const ResRegr ®r) |
|
VectorDouble | regrDeming (const VectorDouble &x, const VectorDouble &y, double delta) |
|
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) |
| Store several statistics calculated on a set of variables of a Db and store them in this same Db in variables already created. These functions should not be used in Target Language. More...
|
|
void | dbStatisticsVariablesByUID (Db *db, const VectorInt &iuids, const std::vector< EStatOption > &opers, int iptr0, double proba, double vmin, double vmax) |
| Store several statistics calculated on a set of variables of a Db and store them in this same Db in variables already created. These functions should not be used in Target Language. More...
|
|
VectorDouble | dbStatisticsMono (Db *db, const VectorString &names, const std::vector< EStatOption > &opers, bool flagIso, double proba, double vmin, double vmax) |
| Compute several monovariate statistics (opers) on variables contained in a Db and produce the results in a convenient output format (Vector of values or Table). More...
|
|
GSTLEARN_EXPORT Table | dbStatisticsMonoT (Db *db, const VectorString &names, const std::vector< EStatOption > &opers, bool flagIso, double proba, double vmin, double vmax) |
| Compute several monovariate statistics (opers) on variables contained in a Db and produce the results in a convenient output format (Vector of values or Table). More...
|
|
VectorDouble | dbStatisticsMonoByUID (Db *db, const VectorInt &iuids, const std::vector< EStatOption > &opers, bool flagIso, double proba, double vmin, double vmax) |
| Compute several monovariate statistics (opers) on variables contained in a Db and produce the results in a convenient output format (Vector of values or Table). More...
|
|
VectorDouble | dbStatisticsFacies (Db *db) |
|
double | dbStatisticsIndicator (Db *db) |
|
VectorDouble | dbStatisticsCorrel (Db *db, const VectorString &names, bool flagIso) |
| Compute correlation matrix on variables contained in a Db and produce the results in a convenient output format (Vector or a Matrix). More...
|
|
MatrixSquareSymmetric | dbStatisticsCorrelT (Db *db, const VectorString &names, bool flagIso) |
| Compute correlation matrix on variables contained in a Db and produce the results in a convenient output format (Vector or a Matrix). More...
|
|
VectorDouble | dbStatisticsCorrelByUID (Db *db, const VectorInt &iuids, bool flagIso) |
| Compute correlation matrix on variables contained in a Db and produce the results in a convenient output format (Vector or a Matrix). More...
|
|
String | statisticsMonoPrint (const VectorDouble &stats, const std::vector< EStatOption > &opers, const VectorString &names, const String &title) |
|
String | statisticsMultiPrint (const VectorDouble &stats, const VectorString &names, const String &title) |
|
ResRegr | regression (Db *db1, const String &name0, const VectorString &names, int mode, bool flagCste, Db *db2, const Model *model, bool verbose) |
|
ResRegr | regressionByUID (Db *db1, int icol0, const VectorInt &icols, int mode, bool flagCste, Db *db2, const Model *model, bool verbose) |
|
int | regressionApply (Db *db1, int iptr0, const String &name0, const VectorString &names, int mode, bool flagCste, Db *db2, const Model *model) |
|
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 statistics on variables contained in a Db and print out the results. More...
|
|
void | dbStatisticsPrintByUID (const Db *db, const VectorInt &iuids_arg, const std::vector< EStatOption > &opers, bool flagIso, bool flagCorrel, const String &title, const String &radix) |
| Compute statistics on variables contained in a Db and print out the results. More...
|
|
MatrixRectangular * | sphering (const AMatrix *X) |
|
VectorDouble | dbStatisticsPerCell (Db *db, DbGrid *dbgrid, const EStatOption &oper, const String &name1, const String &name2, const VectorDouble &cuts) |
| Statistics of points per cell. More...
|
|
VectorDouble | dbStatisticsPerCellByUID (Db *db, DbGrid *dbgrid, const EStatOption &oper, int iuid, int juid, const VectorDouble &cuts) |
| Statistics of points per cell. More...
|
|
Table | dbStatisticsMultiT (Db *db, const VectorString &names, const EStatOption &oper, bool flagMono, bool verbose) |
| Compute a Multivariate statistic on variables contained in a Db and return the results. More...
|
|
VectorDouble | dbStatisticsMulti (Db *db, const VectorString &names, const EStatOption &oper, bool flagMono, bool verbose) |
| Compute a Multivariate statistic on variables contained in a Db and return the results. More...
|
|
VectorDouble | dbStatisticsMultiByColIdx (Db *db, const VectorInt &cols, const EStatOption &oper, bool flagMono, bool verbose) |
| Compute a Multivariate statistic on variables contained in a Db and return the results. More...
|
|
int | dbStatisticsInGridTool (Db *db, DbGrid *dbgrid, const VectorString &names, const EStatOption &oper, int radius, int iptr0) |
|
int | dbStatisticsInGridToolByUID (Db *db, DbGrid *dbgrid, const VectorInt &iuids, const EStatOption &oper, int radius, int iptr0) |
|