Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / DataServer
v4.10.0
|
TTrapeziumDistribution.h
Go to the documentation of this file.
virtual void setParameterXupper(Double_t xup)
Set the value of the lower limit of the small base.
Double_t _dlowerTriangleArea
Area of the lower triangle.
Definition: TTrapeziumDistribution.h:78
virtual Double_t getPDF(Double_t x)
Returns the probability density for the value x.
Double_t _dupperTriangleArea
Area of the upper triangle.
Definition: TTrapeziumDistribution.h:79
TTrapeziumDistribution()
Default constructor.
virtual Double_t getParameterXupper()
Returns the value of the upper limit of the small base.
Definition: TTrapeziumDistribution.h:175
Definition: TStochAttribut.h:68
Double_t _dparameterXup
The upper limit of the small base.
Definition: TTrapeziumDistribution.h:83
virtual void printLog()
Display information specific to this class.
virtual void setParameters(Double_t xmin, Double_t xmax, Double_t xlow, Double_t xup)
Set all parameters at once.
virtual ~TTrapeziumDistribution()
Default destructor.
Double_t _dtrapeziumHeight
The height of the trapezium.
Definition: TTrapeziumDistribution.h:77
virtual void setParameterXlower(Double_t xlow)
Set the value of the lower limit of the small base.
virtual void computeTheoreticalInformation()
Computes the theoretical values of various statistical measures, like mean, standard deviation...
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.
virtual Double_t getCDF(Double_t x)
Returns the cumulative distribution for the value x.
Class of attributes following a probability density function.
Description of the class TTrapeziumDistribution.
Definition: TTrapeziumDistribution.h:74
virtual Double_t getParameterXlower()
Returns the value of the lower limit of the small base.
Definition: TTrapeziumDistribution.h:169