Functions | |
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) |
db | Input Data Base |
names | List of target variables |
opers | List of statistical operators |
iptr0 | Starting address for storage |
proba | Probability (used for calculations) |
vmin | Minimum threshold (or TEST) |
vmax | Maximum threshold (or TEST) |
GSTLEARN_EXPORT void dbStatisticsVariables | ( | Db * | db, |
const VectorString & | names, | ||
const std::vector< EStatOption > & | opers, | ||
int | iptr0, | ||
double | proba, | ||
double | vmin, | ||
double | vmax | ||
) |
db | Input Data Base |
names | List of target variables |
opers | List of statistical operators |
iptr0 | Starting address for storage |
proba | Probability (used for calculations) |
vmin | Minimum threshold (or TEST) |
vmax | Maximum threshold (or 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.