Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Sampler v4.9.0
|
TMelange.h
Go to the documentation of this file.
Definition TMelange.h:42
Int_t _tailleMelange
Chained list used to go through the mixing.
Definition TMelange.h:50
void remplacer(Int_t i, TVectorD M, TMatrixD A)
Replaces the component i by a component N(M,A)
Definition TMelange.cxx:485
void afficher()
Prints the characteristics of mixing modes.
Definition TMelange.cxx:500
TVectorD LoiDeZ(TVectorD X)
Computes the conditional repartition function for X belonging to a mode.
Definition TMelange.cxx:449
void simulationMelange()
Classic simulation of a mixing.
Definition TMelange.cxx:335
TMatrixD getMatEcartTypeCorrelation()
Definition TMelange.cxx:299
TVectorD discrimination(TVectorD X)
Computes for each mode, the 'a posteriori' probability that X belongs to the mode....
Definition TMelange.cxx:468
void addLoi(TVectorD moy, TMatrixD ecartTypeCorr, Double_t proba)
Definition TMelange.cxx:409
Definition TNormale.h:48