gstlearn  0.3.3
Geostatistics & Machine Learning toolbox | https://gstlearn.org
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Statistics on variables (printed)

Compute statistics on variables contained in a Db and print out the results. More...

Functions

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...
 

Detailed Description

Compute statistics on variables contained in a Db and print out the results.

Parameters
dbDb structure
opersList of the operator ranks
flagIsoRestrain statistics to isotopic samples
flagCorrelPrint the correlation matrix
titleTitle given to the printout
radixRadix given to the printout

Function Documentation

◆ dbStatisticsPrint()

GSTLEARN_EXPORT 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.

Parameters
dbDb structure
opersList of the operator ranks
flagIsoRestrain statistics to isotopic samples
flagCorrelPrint the correlation matrix
titleTitle given to the printout
radixRadix given to the printout
namesVector of names designating the target variables

◆ dbStatisticsPrintByUID()

GSTLEARN_EXPORT 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.

Parameters
dbDb structure
opersList of the operator ranks
flagIsoRestrain statistics to isotopic samples
flagCorrelPrint the correlation matrix
titleTitle given to the printout
radixRadix given to the printout
iuids_argVector of UIDS designating the target variables