Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / DataServer v4.9.0
|
TTriangularDistribution.h
Go to the documentation of this file.
Class of attributes following a probability density function.
Definition TStochAttribut.h:69
Description of the class TTriangularDistribution.
Definition TTriangularDistribution.h:71
virtual void setParameterMode(Double_t mode)
Set the value of the mode parameter.
virtual Double_t getPDF(Double_t x)
Returns the probability density for the value x.
Double_t _dparameterMode
The mode parameter.
Definition TTriangularDistribution.h:76
TTriangularDistribution()
Default constructor.
TTriangularDistribution(URANIE::DataServer::TAttribute *att, Double_t mode)
Construction of a TUniformDistribution from an existing TAttribute object.
virtual ~TTriangularDistribution()
Default destructor.
virtual void printLog(Option_t *option="")
Display information specific to this class.
virtual Double_t getCDF(Double_t x)
Returns the cumulative distribution for the value x.
virtual Double_t getParameterMode()
Returns the value of the mode parameter.
Definition TTriangularDistribution.h:146
TTriangularDistribution(TString name, Double_t min, Double_t max, Double_t mode)
Constructor setting name, range and mode.
virtual void computeTheoreticalInformation()
Computes the theoretical values of various statistical measures, like mean, standard deviation,...
TTriangularDistribution(TString name)
Constructor setting the name.
Double_t _dleftArea
The probability that , equivalent to or getCDF( )
Definition TTriangularDistribution.h:73
TTriangularDistribution(TString name, Double_t min, Double_t max)
Constructor setting name and range.
virtual void setParameters(Double_t lower, Double_t upper, Double_t mode)
Set all parameters at once.
virtual Double_t getInvCDF(Double_t p)
Returns the value corresponding to the cumulative density p.