Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / DataServer
v4.10.0
|
TTriangularDistribution.h
Go to the documentation of this file.
Double_t _dparameterMode
The mode parameter.
Definition: TTriangularDistribution.h:76
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.
virtual Double_t getPDF(Double_t x)
Returns the probability density for the value x.
Definition: TStochAttribut.h:68
virtual void printLog()
Display information specific to this class.
virtual void computeTheoreticalInformation()
Computes the theoretical values of various statistical measures, like mean, standard deviation...
virtual Double_t getCDF(Double_t x)
Returns the cumulative distribution for the value x.
Description of the class TTriangularDistribution.
Definition: TTriangularDistribution.h:70
Class of attributes following a probability density function.
virtual Double_t getParameterMode()
Returns the value of the mode parameter.
Definition: TTriangularDistribution.h:146
TTriangularDistribution()
Default constructor.
Double_t _dleftArea
The probability that , equivalent to or getCDF( )
Definition: TTriangularDistribution.h:73
virtual void setParameterMode(Double_t mode)
Set the value of the mode parameter.
virtual ~TTriangularDistribution()
Default destructor.