Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / Calibration
v4.10.0
|
TABC.h
Go to the documentation of this file.
85 TABC(URANIE::DataServer::TDataServer *tds, URANIE::Relauncher::TRun *run, int ns = 100, Option_t *option = "");
95 TABC(URANIE::DataServer::TDataServer *tds, void (*fcn)(Double_t*,Double_t*), const char *varexpinput, const char *varexpoutput, int ns = 100, Option_t *option = "");
105 TABC(URANIE::DataServer::TDataServer *tds, const char *fcn, const char *varexpinput, const char *varexpoutput, int ns = 100, Option_t *option = "");
113 TABC(URANIE::DataServer::TDataServer *tds, URANIE::Launcher::TCode *fcode, int ns = 1, Option_t *option = "");
166 Form( "TABC::setPercentile: the percentile must be set between 0 and 1: however it is fix at %4.2f ! ", eps));
Definition: TABC.cxx:45
void setPercentile(Double_t eps)
Set the percentile.
Definition: TABC.h:159
TABC(URANIE::DataServer::TDataServer *tds, URANIE::Relauncher::TRun *run, int ns=100, Option_t *option="")
Default ABC constructor with the runner argument: it contains the assessor to be used.
Definition: TABC.cxx:55
Definition: TABC.h:53
void setGaussianNoise(const char *stdname)
Definition: TABC.cxx:292
double getThreshold()
Get the posterior tds.
Definition: TABC.h:185
URANIE::DataServer::TDataServer * getTdsPosterior()
Get the posterior tds.
Definition: TABC.h:180
URANIE::DataServer::TDataServer * _tdsPosterior
TDS containing posterior members for calibration.
Definition: TABC.h:57
Interface of class URANIE::Calibration::TCalibration.
Description of the class TCalibration.
Definition: TCalibration.h:64
void computeABCscore(Double_t newEpsilon)
Definition: TABC.cxx:258