Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Calibration v4.9.0
|
TPMCABC.h
Go to the documentation of this file.
71 TPMCABC(URANIE::DataServer::TDataServer *tds, URANIE::Relauncher::TRun *run, int ns = 1, Option_t *option = "");
79 TPMCABC(URANIE::DataServer::TDataServer *tds, void (*fcn)(Double_t*,Double_t*), const char *varexpinput, const char *varexpoutput, int ns = 100, Option_t *option = "");
88 TPMCABC(URANIE::DataServer::TDataServer *tds, const char *fcn, const char *varexpinput, const char *varexpoutput, int ns = 100, Option_t *option = "");
96 TPMCABC(URANIE::DataServer::TDataServer *tds, URANIE::Launcher::TCode *fcode, int ns = 1, Option_t *option = "");
142 Form( "TABC::setThresholds: the percentile must be set between 0 and 1: however it is fix at %4.2f at step %d ! ",_vEpsilon[i],i));
Interface of class URANIE::ABC::TABC.
Definition TABC.h:54
Definition TPMCABC.h:49
URANIE::DataServer::TDataServer * _tdsParStep
Pointer of the intermediate TDS.
Definition TPMCABC.h:52
TPMCABC(URANIE::DataServer::TDataServer *tds, const char *fcn, const char *varexpinput, const char *varexpoutput, int ns=100, Option_t *option="")
void initPMCABC()
void computeParameters(Option_t *option="")
Generate the sample.
TPMCABC(URANIE::DataServer::TDataServer *tds, URANIE::Launcher::TCode *fcode, int ns=1, Option_t *option="")
void generateNewSample()
TPMCABC(URANIE::DataServer::TDataServer *tds, void(*fcn)(Double_t *, Double_t *), const char *varexpinput, const char *varexpoutput, int ns=100, Option_t *option="")
void setThresholds(vector< double > vectTh)
Definition TPMCABC.h:132
vector< double > _vEpsilon
Vector of the thresholds.
Definition TPMCABC.h:55
URANIE::DataServer::TDataServer * getTdsStep()
Definition TPMCABC.h:127
TPMCABC(URANIE::DataServer::TDataServer *tds, URANIE::Relauncher::TRun *run, int ns=1, Option_t *option="")
vector< double > _indices
Vector of possible indices for sampling.
Definition TPMCABC.h:54
double pdfGaussianMultivariate(TMatrixD X, TMatrixD MU, TMatrixD Sigma)
vector< double > _frequencies
Vector of the frequencies for sampling.
Definition TPMCABC.h:53
Definition TABC.cxx:46