Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / DataServer
v4.10.0
|
TLogUniformDistribution.h
Go to the documentation of this file.
virtual Double_t getCDF(Double_t x)
Returns the cumulative distribution for the value x.
virtual void setParameters(Double_t lower, Double_t upper)
Definition: TLogUniformDistribution.h:150
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 void setLowerBound(Double_t lower)
Set the lower bound.
virtual Double_t getInvCDF(Double_t p)
Returns the value corresponding to the cumulative density p.
Class of attributes following a probability density function.
virtual ~TLogUniformDistribution()
Default destructor.
TLogUniformDistribution()
Default constructor.
virtual void setUpperBound(Double_t upper)
Set the upper bound.
Description of the class TLogUniformDistribution.
Definition: TLogUniformDistribution.h:72
virtual Double_t getPDF(Double_t x)
Returns the probability density for the value x.
virtual void setBounds(Double_t lower, Double_t upper)
Set the bounds.