Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Calibration v4.9.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 = "");
Interface of class URANIE::Calibration::TCalibration.
Definition TABC.h:54
void setPercentile(Double_t eps)
Set the percentile.
Definition TABC.h:159
double getThreshold()
Get the posterior tds
Definition TABC.h:185
void computeABCscore(Double_t newEpsilon)
Definition TABC.cxx:258
void setGaussianNoise(const char *stdname)
Definition TABC.cxx:292
URANIE::DataServer::TDataServer * _tdsPosterior
TDS containing posterior members for calibration.
Definition TABC.h:57
URANIE::DataServer::TDataServer * getTdsPosterior()
Get the posterior tds.
Definition TABC.h:180
Definition TABC.cxx:46