gstlearn  0.3.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)
 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...
 
GSTLEARN_EXPORT void dbStatisticsVariablesByUID (Db *db, const VectorInt &iuids, const std::vector< EStatOption > &opers, int iptr0, double probas=TEST, double vmin=TEST, double vmax=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. More...
 

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

Function Documentation

◆ dbStatisticsVariables()

GSTLEARN_EXPORT void dbStatisticsVariables ( Db db,
const VectorString names,
const std::vector< EStatOption > &  opers,
int  iptr0,
double  proba,
double  vmin,
double  vmax 
)

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
opersList of statistical operators
iptr0Starting address for storage
probaProbability (used for calculations)
vminMinimum threshold (or TEST)
vmaxMaximum threshold (or TEST) The target variables are specified by their names
namesList of target variables

◆ dbStatisticsVariablesByUID()

GSTLEARN_EXPORT void dbStatisticsVariablesByUID ( Db db,
const VectorInt iuids,
const std::vector< EStatOption > &  opers,
int  iptr0,
double  proba,
double  vmin,
double  vmax 
)

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
opersList of statistical operators
iptr0Starting address for storage
probaProbability (used for calculations)
vminMinimum threshold (or TEST)
vmaxMaximum threshold (or TEST) The target variables are specified by their UIDS
iuidsList of variable attributes