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