1.2.3
CCC
 
Statistics stored in already created variables

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

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)
 

Detailed Description

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
dbInput Data Base
namesList of target variables
opersList of statistical operators
iptr0Starting address for storage
probaProbability (used for calculations)
vminMinimum threshold (or TEST)
vmaxMaximum threshold (or TEST)

Function Documentation

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 
)