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.
More...
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.
- Parameters
-
| 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 = TEST, |
|
|
double |
vmin = TEST, |
|
|
double |
vmax = TEST |
|
) |
| |