Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Sampler v4.9.0
|
TRafuSampling.h
Go to the documentation of this file.
Creation of the abstract class TSampler.
virtual TString buildPossibilityModule(URANIE::DataServer::TPossibilityAttribute *att, const char *indentation)
Generates the sunset module for the given TPossibilityAttribute.
virtual void fillSunsetInputFile()
Constructs the input file for the Sunset software.
TList * _lstOfPossibilityAttributesToSample
The list of TPossibilityAttribute to sample.
Definition TRafuSampling.h:102
TString _sunsetSupFileName
Name of the sunset sup output file name.
Definition TRafuSampling.h:105
virtual TString buildProbabilityModule(URANIE::DataServer::TStochasticAttribute *att, const char *indentation)
Generates the sunset module for the given TStochasticAttribute.
virtual void createListOfPossibilityAttributes()
Creates the List of fuzzy attributes to sample
TString _sunsetInputFileName
Name of the sunset input file name.
Definition TRafuSampling.h:103
void generateSample(Option_t *option="")
Generates the sample.
virtual void createTuple()
Creates the TTree containing the generated sample.
Int_t _nPossib
number of TPossibilityAttribute to sample
Definition TRafuSampling.h:101
EPossibSampling _nPossibSampling
The type of sampling for the possibility (random, 0, 1)
Definition TRafuSampling.h:100
TRafuSampling(URANIE::DataServer::TDataServer *tds, Option_t *option="proba=lhs, possib=random_sampling", Int_t sampleSize=1000)
EProbaSampling _nProbaSampling
The type of sampling for the probability (SRS, LHS)
Definition TRafuSampling.h:99
TString _sunsetInfFileName
Name of the sunset inf output file name.
Definition TRafuSampling.h:104
Definition TAMHCopula.h:60