|
GSTLEARN_EXPORT VectorString | statOptionToName (const std::vector< EStatOption > &opers) |
|
GSTLEARN_EXPORT std::vector< EStatOption > | KeysToStatOptions (const VectorString &opers) |
|
GSTLEARN_EXPORT VectorDouble | regrDeming (const VectorDouble &x, const VectorDouble &y, double delta=1) |
|
GSTLEARN_EXPORT VectorDouble | dbStatisticsMonoByUID (Db *db, const VectorInt &iuids, const std::vector< EStatOption > &opers=EStatOption::fromKeys({ "MEAN" }), bool flagIso=true, double proba=TEST, double vmin=TEST, double vmax=TEST) |
| 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 VectorDouble | dbStatisticsMono (Db *db, const VectorString &names, const std::vector< EStatOption > &opers=EStatOption::fromKeys({"MEAN"}), bool flagIso=true, double proba=TEST, double vmin=TEST, double vmax=TEST) |
| 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=EStatOption::fromKeys({ "MEAN" }), bool flagIso=true, double proba=TEST, double vmin=TEST, double vmax=TEST) |
| 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 VectorDouble | dbStatisticsCorrelByUID (Db *db, const VectorInt &iuids, bool flagIso=true) |
| Compute correlation matrix on variables contained in a Db and produce the results in a convenient output format (Vector or a Matrix). More...
|
|
GSTLEARN_EXPORT VectorDouble | dbStatisticsCorrel (Db *db, const VectorString &names, bool flagIso=true) |
| Compute correlation matrix on variables contained in a Db and produce the results in a convenient output format (Vector or a Matrix). More...
|
|
GSTLEARN_EXPORT MatrixSquareSymmetric | dbStatisticsCorrelT (Db *db, const VectorString &names, bool flagIso=true) |
| Compute correlation matrix on variables contained in a Db and produce the results in a convenient output format (Vector or a Matrix). More...
|
|
GSTLEARN_EXPORT void | dbStatisticsPrintByUID (const Db *db, const VectorInt &iuids=VectorInt(), const std::vector< EStatOption > &opers=EStatOption::fromKeys({ "MEAN" }), bool flagIso=false, bool flagCorrel=false, const String &title=String(), const String &radix=String()) |
| Compute statistics on variables contained in a Db and print out the results. More...
|
|
GSTLEARN_EXPORT void | dbStatisticsPrint (const Db *db, const VectorString &names, const std::vector< EStatOption > &opers=EStatOption::fromKeys({ "MEAN" }), bool flagIso=false, bool flagCorrel=false, const String &title=String(), const String &radix=String()) |
| Compute statistics on variables contained in a Db and print out the results. More...
|
|
GSTLEARN_EXPORT VectorDouble | dbStatisticsMultiByColIdx (Db *db, const VectorInt &cols, const EStatOption &oper=EStatOption::MEAN, bool flagMono=true, bool verbose=false) |
| Compute a Multivariate statistic on variables contained in a Db and return the results. More...
|
|
GSTLEARN_EXPORT VectorDouble | dbStatisticsMulti (Db *db, const VectorString &names, const EStatOption &oper=EStatOption::MEAN, bool flagMono=true, bool verbose=false) |
| Compute a Multivariate statistic on variables contained in a Db and return the results. More...
|
|
GSTLEARN_EXPORT Table | dbStatisticsMultiT (Db *db, const VectorString &names, const EStatOption &oper=EStatOption::MEAN, bool flagMono=true, bool verbose=false) |
| Compute a Multivariate statistic on variables contained in a Db and return the results. 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...
|
|
GSTLEARN_EXPORT String | statisticsMonoPrint (const VectorDouble &tab, const std::vector< EStatOption > &opers=EStatOption::fromKeys({"MEAN"}), const VectorString &names=VectorString(), const String &title="") |
|
GSTLEARN_EXPORT String | statisticsMultiPrint (const VectorDouble &cov, const VectorString &names=VectorString(), const String &title="") |
|
GSTLEARN_EXPORT int | statisticsProportion (DbGrid *dbin, DbGrid *dbout, int pos, int nfacies, int radius) |
|
GSTLEARN_EXPORT int | statisticsTransition (DbGrid *dbin, DbGrid *dbout, int pos, int nfacies, int radius, int orient) |
|
GSTLEARN_EXPORT ResRegr | regressionByUID (Db *db1, int icol0, const VectorInt &icols=VectorInt(), int mode=0, bool flagCste=false, Db *db2=nullptr, const Model *model=nullptr, bool verbose=false) |
|
GSTLEARN_EXPORT ResRegr | regression (Db *db1, const String &name0, const VectorString &names=VectorString(), int mode=0, bool flagCste=false, Db *db2=nullptr, const Model *model=nullptr, bool verbose=false) |
|
GSTLEARN_EXPORT int | regressionApply (Db *db1, int iptr0, const String &name0, const VectorString &names, int mode=0, bool flagCste=false, Db *db2=nullptr, const Model *model=nullptr) |
|
GSTLEARN_EXPORT VectorDouble | dbStatisticsFacies (Db *db) |
|
GSTLEARN_EXPORT double | dbStatisticsIndicator (Db *db) |
|
GSTLEARN_EXPORT MatrixRectangular * | sphering (const AMatrix *X) |
|
GSTLEARN_EXPORT void | dbStatisticsVariables (Db *db, const VectorString &names, const std::vector< EStatOption > &opers, int iptr0, double proba=TEST, double vmin=TEST, double vmax=TEST) |
| 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...
|
|
GSTLEARN_EXPORT void | dbStatisticsVariablesByUID (Db *db, const VectorInt &iuids, const std::vector< EStatOption > &opers, int iptr0, double probas=TEST, double vmin=TEST, double vmax=TEST) |
| 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...
|
|
GSTLEARN_EXPORT int | dbStatisticsInGridToolByUID (Db *db, DbGrid *dbgrid, const VectorInt &iuids, const EStatOption &oper, int radius, int iptr0) |
|
GSTLEARN_EXPORT int | dbStatisticsInGridTool (Db *db, DbGrid *dbgrid, const VectorString &names, const EStatOption &oper, int radius, int iptr0) |
|