Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Sampler v4.9.0
|
TBasicSampling.h
Go to the documentation of this file.
Creation of the abstract class TSamplerStochastic.
Description of the class TBasicSampling.
Definition TBasicSampling.h:92
virtual void printLog(Option_t *option="")
Prints the log.
Definition TBasicSampling.cxx:624
Bool_t bApplyUserCorrelation
if true, correlated data are produced.
Definition TBasicSampling.h:108
TList * _listOfFormulas
list of formulas linking two totally correlated attributes.
Definition TBasicSampling.h:106
void generateSample(Option_t *option="")
Generates the sample.
Definition TBasicSampling.cxx:501
void setCorrelationMatrix(TMatrixD corrMat)
Set the correlation matrix.
Definition TBasicSampling.cxx:203
void generateCorrSample(Option_t *option="")
Generates correlated data following a user defined correlation matrix.
Definition TBasicSampling.cxx:339
TMatrixD userCorrMat
correlation matrix defined by the user
Definition TBasicSampling.h:103
Double_t _simTolerance
precision to decide if a correlation is equal to 1.0 (or -1.0).
Definition TBasicSampling.h:107
TMatrixD _corrMat
correlation matrix used internally
Definition TBasicSampling.h:104
TList * _listOfSimilar
list of attributes totally correlated with other attributes.
Definition TBasicSampling.h:105
void setTolerance(Double_t tolerance)
Set the precision of similarity
Definition TBasicSampling.h:143
virtual ~TBasicSampling()
Default destructor.
Definition TBasicSampling.cxx:183
virtual void fillOtherAttributes()
Fills the TAttributeFormula and totally correlated attributes.
Definition TBasicSampling.cxx:603
void setUserCorrelation(TString attName1, TString attName2, Double_t corrValue)
Set user correlation for two attributes.
Definition TBasicSampling.cxx:243
void findSimilar()
Locate totally correlated attributes.
Definition TBasicSampling.cxx:270
EType _ntype
The type of sampling (SRS, LHS)
Definition TBasicSampling.h:102
Definition TSamplerStochastic.h:44
Definition TAMHCopula.h:60