Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / DataServer v4.9.0
|
TComposedDistribution.h
Go to the documentation of this file.
137 virtual double getTheoreticalMean() {computeTheoreticalInformation(0); return _dtheoreticalMean; }
138 virtual double getTheoreticalStdDev() {computeTheoreticalInformation(1); return _dtheoreticalStdDev; }
139 virtual double getTheoreticalMode() {computeTheoreticalInformation(2); return _dtheoreticalMode; }
Class of attributes following a probability density function.
Description of the class TComposedDistribution.
Definition TComposedDistribution.h:54
int _iNbLaws
Number of laws in the composition.
Definition TComposedDistribution.h:58
virtual void computeTheoreticalInformation()
Mean and Variance are meaningless for non ordered discrete values.
Definition TComposedDistribution.h:107
virtual void printLog(Option_t *option="")
virtual double getTheoreticalMode()
Returns the theoretical value of the mode.
Definition TComposedDistribution.h:139
TComposedDistribution()
Default constructor.
double _dSumWeights
Sum of all weights.
Definition TComposedDistribution.h:59
virtual ~TComposedDistribution()
Default destructor.
vector< TStochasticAttribute * > _inputLaws
Pointers of laws in the composition.
Definition TComposedDistribution.h:60
virtual double getTheoreticalMean()
Returns the theoretical value of the mean.
Definition TComposedDistribution.h:137
virtual Double_t getCDF(Double_t x)
CDF is meaningless for non ordered discrete values.
virtual Double_t getInvCDF(Double_t p)
Returns a value from the distribution.
virtual Double_t getPDF(Double_t x)
Returns the probability of a value.
vector< double > _inputWeights
Weights of laws in the composition.
Definition TComposedDistribution.h:61
int addDistribution(URANIE::DataServer::TStochasticAttribute *statt, double weight=1.)
add a distribution
TComposedDistribution(TString name)
Constructor by name only.
int getNbComponent()
Definition TComposedDistribution.h:95
void computeTheoreticalInformation(int info=0)
virtual double getTheoreticalStdDev()
Returns the theoretical value of the standard deviation.
Definition TComposedDistribution.h:138
Definition TStochAttribut.h:370
Definition TStochAttribut.h:69
Double_t _dtheoreticalMode
The theoretical mode.
Definition TStochAttribut.h:110
Double_t _dtheoreticalMean
The theoretical mean.
Definition TStochAttribut.h:108
Double_t _dtheoreticalStdDev
The theoretical standard deviation.
Definition TStochAttribut.h:109