Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / DataServer
v4.10.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; }
virtual double getTheoreticalMean()
Returns the theoretical value of the mean.
Definition: TComposedDistribution.h:137
int getNbComponent()
Definition: TComposedDistribution.h:95
virtual Double_t getInvCDF(Double_t p)
Returns a value from the distribution.
Definition: TStochAttribut.h:68
int addDistribution(URANIE::DataServer::TStochasticAttribute *statt, double weight=1.)
add a distribution
Double_t _dtheoreticalMean
The theoretical mean.
Definition: TStochAttribut.h:108
virtual Double_t getCDF(Double_t x)
CDF is meaningless for non ordered discrete values.
Double_t _dtheoreticalMode
The theoretical mode.
Definition: TStochAttribut.h:110
Definition: TStochAttribut.h:369
virtual double getTheoreticalMode()
Returns the theoretical value of the mode.
Definition: TComposedDistribution.h:139
virtual void computeTheoreticalInformation()
Mean and Variance are meaningless for non ordered discrete values.
Definition: TComposedDistribution.h:107
vector< TStochasticAttribute * > _inputLaws
Pointers of laws in the composition.
Definition: TComposedDistribution.h:60
virtual ~TComposedDistribution()
Default destructor.
Class of attributes following a probability density function.
int _iNbLaws
Number of laws in the composition.
Definition: TComposedDistribution.h:58
Double_t _dtheoreticalStdDev
The theoretical standard deviation.
Definition: TStochAttribut.h:109
Description of the class TComposedDistribution.
Definition: TComposedDistribution.h:53
vector< double > _inputWeights
Weights of laws in the composition.
Definition: TComposedDistribution.h:61
double _dSumWeights
Sum of all weights.
Definition: TComposedDistribution.h:59
virtual double getTheoreticalStdDev()
Returns the theoretical value of the standard deviation.
Definition: TComposedDistribution.h:138
TComposedDistribution()
Default constructor.
virtual void printLog()
Display information specific to this class.
virtual Double_t getPDF(Double_t x)
Returns the probability of a value.