Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / Sampler
v4.10.0
|
TMCMC.h
Go to the documentation of this file.
TNtupleD * randomWalkMetropolisSampling(TNormale *f, TVectorD X)
Method of simulation of a gaussian vector using the algorithm random walk of MH. The components are...
Definition: TMCMC.cxx:119
TNtupleD * NKCSampling(TMelange *mel, TVectorD *X)
Method allowing to deal with the "Normal Kernel Coupler", a MMC methode MCMC efficient for the simula...
Definition: TMCMC.cxx:707
Definition: TNormale.h:47
TNtupleD * gibbsSampling(TNormale *f, TVectorD X)
Method implementing the algorithm of Gibbs, used to simulate a gaussian vector.
Definition: TMCMC.cxx:164
TNormale * q
Variable representing a normal law which is used in all intermediary calculations.
Definition: TMCMC.h:83
Creation of the abstract class TSampler.
Definition: TMCMC.h:75
Int_t selectComponentState()
Method used in the NKC, to determine the vector which will be used as mean of the instrumental law...
Definition: TMCMC.cxx:685
TNtupleD * varTimeMetropolisSampling(TNormale *f, TVectorD X)
Method of simulation of a gaussian vector using the algorithm variable-at-a-time of MH...
Definition: TMCMC.cxx:62
TMCMC()
Definition: TMelange.h:41
void Draw(TMelange *mel, TNtupleD *ntd, Option_t *option)
Method allowing to visualize the results of the MCMC methods programmed in this class, when the law has to be simulated is 2D dimension. Four visualizations are provided, allowing to follow the evolution of the simulation versus time, to get to know whether the values generated are distributed according to an expected law and after a certain number of iterations.
Definition: TMCMC.cxx:473
Creation of the abstract class TDistribution.
TNtupleD * NKCSampling2(TMelange *mel, TVectorD *X)
Method implementing the NKC using 100 state vectors.
Definition: TMCMC.cxx:811