Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / Sampler
v4.10.0
|
TGaussianSampling.h
Go to the documentation of this file.
Definition: TAMHCopula.h:59
TString _sIteratorNameNi
The specific iterator attribute for NI integer.
Definition: TGaussianSampling.h:105
TMatrixD getCorrelationMatrix()
Retrieve the correlation matrix.
Definition: TGaussianSampling.h:213
Definition: TGaussianSampling.h:92
EType _ntype
The covariance matrix.
Definition: TGaussianSampling.h:96
void generateConditionalSample(TVectorD vecOf01, Int_t no, Int_t ni)
Description of the class TGaussianSampling.
Definition: TGaussianSampling.h:84
void setFixedSumCovariance(TString method="simple")
Defines a special covariance matrix.
Creation of the abstract class TSamplerStochastic.
TString _sIteratorNameNo
The specific iterator attribute for NO integer.
Definition: TGaussianSampling.h:104
TMatrixD _covmatrix
The correlation matrix.
Definition: TGaussianSampling.h:95
void generateSample(Option_t *option="")
Generates the sample.
virtual void printLog(Option_t *option="")
Prints the log.
Definition: TGaussianSampling.h:92
void setUserVarianceCovarianceMatrix(Int_t indx, Int_t indy, double value)
TGaussianSampling(URANIE::DataServer::TDataServer *tds, Option_t *option="lhs", Int_t nCalcul=100)
Constructor from a TDataServer, the name of the method and the size of the sample.
const char * getIteratorNameNo()
Definition: TGaussianSampling.h:152
void splitMatrixVarCoVar(TMatrixD matVarCovar, TVectorD vecOfUnit, TMatrixD &matVarCovar0, TMatrixD &matVarCovar1, TMatrixD &matVarCovar01)
The type of sampling (SRS, LHS)
void setIteratorNameNo(TString sNameNo)
Definition: TGaussianSampling.h:144
virtual ~TGaussianSampling()
Default destructor.
Definition: TSamplerStochastic.h:43
TMatrixD _corrmatrix
Definition: TGaussianSampling.h:94
const char * getIteratorNameNi()
Definition: TGaussianSampling.h:155
void generatenStandardPoints(TMatrixD &matPoints)
void setIteratorNameNi(TString sNameNi)
Definition: TGaussianSampling.h:148
TMatrixD getCovarianceMatrix()
Retrieve the covariance matrix.
Definition: TGaussianSampling.h:219
Definition: TGaussianSampling.h:92
void setUserCorrelation(Int_t indx, Int_t indy, double value)
Defines a correlation between two attributes given by their indexes.