1.1.0
CCC
 
CalcSimuPostDemo.cpp File Reference

Functions

int simuPostDemo (Db *dbin, DbGrid *dbout, const VectorString &names, bool flag_match, const EPostUpscale &upscale, const std::vector< EPostStat > &stats, bool verbose, const VectorInt &check_targets, int check_level, const NamingConvention &namconv)
 

Function Documentation

int simuPostDemo ( Db dbin,
DbGrid dbout,
const VectorString names,
bool  flag_match,
const EPostUpscale &  upscale,
const std::vector< EPostStat > &  stats,
bool  verbose,
const VectorInt check_targets,
int  check_level,
const NamingConvention namconv 
)

This is a particular use of Simulation Post-Processing functions.

Its specificity is an embedded transformation function which transforms the multivariate simulation vector (combining the one outcome of each variable, and for a given sample) This transformation (which is provided as an example here):

  • uses the multivariate simulation vector in input (N elements)
  • produces an output vector (Dimension 2) with the mean and the standard deviation of the values of the input vector

For a detailed list of arguments, see simuPost