Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / Calibration
v4.10.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));
160 Form( "TABC::setNSteps: the number of steps must be strictly upper than 0: however it is fix at %d ! ", steps));
Definition: TABC.cxx:45
double pdfGaussianMultivariate(TMatrixD X, TMatrixD MU, TMatrixD Sigma)
void generateNewSample()
Definition: TABC.h:53
void computeParameters(Option_t *option="")
Generate the sample.
URANIE::DataServer::TDataServer * _tdsParStep
Pointer of the intermediate TDS.
Definition: TPMCABC.h:52
Interface of class URANIE::ABC::TABC.
vector< double > _indices
Vector of possible indices for sampling.
Definition: TPMCABC.h:54
URANIE::DataServer::TDataServer * getTdsStep()
Definition: TPMCABC.h:127
TPMCABC(URANIE::DataServer::TDataServer *tds, URANIE::Relauncher::TRun *run, int ns=1, Option_t *option="")
TMatrixD _Sigmat
Sqrt covariance matrix.
Definition: TPMCABC.h:56
vector< double > _frequencies
Vector of the frequencies for sampling.
Definition: TPMCABC.h:53
vector< double > _vEpsilon
Vector of the thresholds.
Definition: TPMCABC.h:55
Definition: TPMCABC.h:48
void setThresholds(vector< double > vectTh)
Definition: TPMCABC.h:132
void initPMCABC()