Compute statistics on variables contained in a Db and print out the results.
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...
|
| |
Compute statistics on variables contained in a Db and print out the results.
- Parameters
-
| db | Db structure |
| opers | List of the operator ranks |
| flagIso | Restrain statistics to isotopic samples |
| flagCorrel | Print the correlation matrix |
| title | Title given to the printout |
| radix | Radix given to the printout |
◆ 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
-
| db | Db structure |
| opers | List of the operator ranks |
| flagIso | Restrain statistics to isotopic samples |
| flagCorrel | Print the correlation matrix |
| title | Title given to the printout |
| radix | Radix given to the printout |
| names | Vector 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
-
| db | Db structure |
| opers | List of the operator ranks |
| flagIso | Restrain statistics to isotopic samples |
| flagCorrel | Print the correlation matrix |
| title | Title given to the printout |
| radix | Radix given to the printout |
| iuids_arg | Vector of UIDS designating the target variables |