|
GSTLEARN_EXPORT VectorString | statOptionToName (const std::vector< EStatOption > &opers) |
|
GSTLEARN_EXPORT std::vector< EStatOption > | KeysToStatOptions (const VectorString &opers) |
|
GSTLEARN_EXPORT Table | 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, 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...
|
|
GSTLEARN_EXPORT Table | dbStatisticsCorrel (Db *db, const VectorString &names, bool flagIso=true, 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...
|
|
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="", 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...
|
|
GSTLEARN_EXPORT Table | dbStatisticsMulti (Db *db, const VectorString &names, const EStatOption &oper=EStatOption::fromKey("MEAN"), bool flagMono=true, 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...
|
|
GSTLEARN_EXPORT VectorDouble | dbStatisticsPerCell (Db *db, DbGrid *dbgrid, const EStatOption &oper, const String &name1, const String &name2="", const VectorDouble &cuts=VectorDouble()) |
| Compute Statistics of points per cell. More...
|
|
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 VectorDouble | dbStatisticsFacies (Db *db) |
|
GSTLEARN_EXPORT double | dbStatisticsIndicator (Db *db) |
|
GSTLEARN_EXPORT MatrixRectangular * | sphering (const AMatrix *X) |
|
GSTLEARN_EXPORT VectorVectorInt | correlationPairs (Db *db1, Db *db2, const String &name1, const String &name2, bool flagFrom1=false, bool verbose=false) |
|
GSTLEARN_EXPORT VectorVectorInt | hscatterPairs (Db *db, const String &name1, const String &name2, VarioParam *varioparam, int ipas=0, int idir=0, bool verbose=false) |
|
GSTLEARN_EXPORT int | correlationIdentify (Db *db1, Db *db2, int icol1, int icol2, Polygons *polygon) |
|
GSTLEARN_EXPORT VectorVectorDouble | condexp (Db *db1, Db *db2, int icol1, int icol2, double mini, double maxi, int nclass, bool verbose=false) |
|
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) |
|
GSTLEARN_EXPORT int | dbStatisticsInGridTool (Db *db, DbGrid *dbgrid, const VectorString &names, const EStatOption &oper, int radius, int iptr0) |
|