Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / DataServer v4.9.0
|
TTrapeziumDistribution.h
Go to the documentation of this file.
Class of attributes following a probability density function.
Definition TStochAttribut.h:69
Description of the class TTrapeziumDistribution.
Definition TTrapeziumDistribution.h:75
Double_t _dparameterXup
The upper limit of the small base.
Definition TTrapeziumDistribution.h:83
virtual void setParameters(Double_t xmin, Double_t xmax, Double_t xlow, Double_t xup)
Set all parameters at once.
virtual Double_t getCDF(Double_t x)
Returns the cumulative distribution for the value x.
TTrapeziumDistribution(TString name, Double_t xmin, Double_t xmax)
Constructor setting name and range.
virtual void setParameterXlower(Double_t xlow)
Set the value of the lower limit of the small base.
Double_t _dlowerTriangleArea
Area of the lower triangle.
Definition TTrapeziumDistribution.h:78
TTrapeziumDistribution(URANIE::DataServer::TAttribute *att, Double_t xlow, Double_t xup)
Construction of a TUniformDistribution from an existing TAttribute object.
TTrapeziumDistribution(TString name, Double_t xmin, Double_t xmax, Double_t xlow, Double_t xup)
Constructor setting name, range and small base limits.
virtual ~TTrapeziumDistribution()
Default destructor.
TTrapeziumDistribution(TString name)
Constructor setting the name.
virtual Double_t getParameterXlower()
Returns the value of the lower limit of the small base.
Definition TTrapeziumDistribution.h:169
virtual Double_t getPDF(Double_t x)
Returns the probability density for the value x.
virtual void setParameterXupper(Double_t xup)
Set the value of the lower limit of the small base.
virtual Double_t getParameterXupper()
Returns the value of the upper limit of the small base.
Definition TTrapeziumDistribution.h:175
Double_t _dupperTriangleArea
Area of the upper triangle.
Definition TTrapeziumDistribution.h:79
TTrapeziumDistribution()
Default constructor.
virtual void computeTheoreticalInformation()
Computes the theoretical values of various statistical measures, like mean, standard deviation,...
virtual void printLog(Option_t *option="")
Display information specific to this class.
Double_t _dparameterXlow
The lower limit of the small base.
Definition TTrapeziumDistribution.h:82
virtual Double_t getInvCDF(Double_t p)
Returns the value corresponding to the cumulative density p.
Double_t _dtrapeziumHeight
The height of the trapezium.
Definition TTrapeziumDistribution.h:77