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