Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / DataServer
v4.10.0
|
TLogTriangularDistribution.h
Go to the documentation of this file.
virtual void setParameterMode(Double_t mode, Bool_t recompute=kTRUE)
Set the value of the mode parameter.
virtual Double_t getParameterMode()
Returns the value of the mode parameter.
Definition: TLogTriangularDistribution.h:188
virtual Double_t getCDF(Double_t x)
Returns the cumulative distribution for the value x.
Double_t _dleftArea
The probability that , equivalent to or getCDF( )
Definition: TLogTriangularDistribution.h:80
Definition: TStochAttribut.h:68
Description of the class TLogTriangularDistribution.
Definition: TLogTriangularDistribution.h:77
virtual void computeTheoreticalInformation()
Computes the theoretical values of various statistical measures, like mean, standard deviation...
Interface of the class URANIE::DataServer::TTriangularDistribution.
virtual void setBounds(Double_t lower, Double_t upper, Bool_t recompute=kTRUE)
Set the bounds.
virtual void printLog()
Display information specific to this class.
virtual Double_t getPDF(Double_t x)
Returns the probability density for the value x.
virtual ~TLogTriangularDistribution()
Default destructor.
TLogTriangularDistribution()
Default constructor.
virtual void setUpperBound(Double_t upper, Bool_t recompute=kTRUE)
Set the upper bound.
virtual void setParameters(Double_t lower, Double_t upper, Double_t mode, Bool_t recompute=kTRUE)
Set all parameters at once.
virtual Double_t getInvCDF(Double_t p)
Returns the value corresponding to the cumulative density p.
Double_t _dparameterMode
The mode parameter.
Definition: TLogTriangularDistribution.h:83
Class of attributes following a probability density function.
virtual void setLowerBound(Double_t lower, Bool_t recompute=kTRUE)
Set the lower bound.