Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / DataServer v4.9.0
|
TLogUniformDistribution.h
Go to the documentation of this file.
Class of attributes following a probability density function.
Description of the class TLogUniformDistribution.
Definition TLogUniformDistribution.h:73
virtual void computeTheoreticalInformation()
Computes the theoretical values of various statistical measures, like mean, standard deviation,...
virtual void setUpperBound(Double_t upper)
Set the upper bound.
TLogUniformDistribution(TString name, Double_t min, Double_t max)
Constructor setting name and range.
virtual Double_t getPDF(Double_t x)
Returns the probability density for the value x.
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.
TLogUniformDistribution(URANIE::DataServer::TAttribute *att)
Construction of a TLogUniformDistribution from an existing TAttribute object.
virtual void setParameters(Double_t lower, Double_t upper)
Definition TLogUniformDistribution.h:150
virtual void setLowerBound(Double_t lower)
Set the lower bound.
TLogUniformDistribution()
Default constructor.
virtual void printLog(Option_t *option="")
TLogUniformDistribution(TString name)
Constructor setting the name.
virtual ~TLogUniformDistribution()
Default destructor.
virtual void setBounds(Double_t lower, Double_t upper)
Set the bounds.
Definition TStochAttribut.h:69