Compute a Multivariate statistic on variables contained in a Db and return 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...
|
|
Compute a Multivariate statistic on variables contained in a Db and return the results.
- Parameters
-
db | Db structure |
oper | Statistical operator |
flagMono | When True, statistics by variable; otherwise, statistics by pair of variables |
verbose | Verbosity flag |
- Returns
- the vector of results
◆ dbStatisticsMulti()
GSTLEARN_EXPORT 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.
- Parameters
-
db | Db structure |
oper | Statistical operator |
flagMono | When True, statistics by variable; otherwise, statistics by pair of variables |
verbose | Verbosity flag |
- Returns
- the vector of results
- Parameters
-
names | Vector of target variable names |
- Returns
- the vector of results
◆ dbStatisticsMultiByColIdx()
GSTLEARN_EXPORT 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.
- Parameters
-
db | Db structure |
oper | Statistical operator |
flagMono | When True, statistics by variable; otherwise, statistics by pair of variables |
verbose | Verbosity flag |
- Returns
- the vector of results
- Parameters
-
cols | Vector of columns of the Target variables |
- Returns
- the vector of results
◆ dbStatisticsMultiT()
GSTLEARN_EXPORT 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.
- Parameters
-
db | Db structure |
oper | Statistical operator |
flagMono | When True, statistics by variable; otherwise, statistics by pair of variables |
verbose | Verbosity flag |
- Returns
- the vector of results
- Parameters
-
names | Vector of target variable names |
- Returns
- the Table containing the results