Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Sampler v4.9.0
|
TSpaceFilling.h
Go to the documentation of this file.
Creation of the abstract class TSamplerDeterminist.
Definition TSamplerDeterminist.h:44
Description of a generation of sample by space filling (FAST).
Definition TSpaceFilling.h:81
TSpaceFilling(URANIE::DataServer::TDataServer *tds, Option_t *option, Int_t nCalcul, EFunction=TSpaceFilling::kSaltelliA)
Constructor from a TDataServer, the name of the method and the size of the sample.
EFunction getTransformFunction()
Gets the transform function.
Definition TSpaceFilling.h:156
void setDefaultFrequencies()
Sets the default frequencies by an algorithm.
Bool_t _bPermutation
the boolean to permute each attribute (default = kFALSE)
Definition TSpaceFilling.h:92
void setFrequencies(Int_t nfreq, Int_t *valfreq)
Sets the frequencies by an array.
EFunction _nFunction
The function G.
Definition TSpaceFilling.h:91
void setTransformFunction(EFunction ntype)
Sets the Transform fonction.
Definition TSpaceFilling.h:151
void setPermutation(Bool_t bpermute)
Set the permutation attribute.
Definition TSpaceFilling.h:118
void setSize(Int_t n)
Sets the size of the matrice.
Definition TSpaceFilling.h:113
Int_t getFrequency(Int_t i)
Returns the frequency.
Definition TSpaceFilling.h:139
Bool_t getPermutation()
Get the permutation attribute.
Definition TSpaceFilling.h:123
virtual void generateSample(Option_t *option="")
Generates the sample.
Definition TAMHCopula.h:60