Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / DataServer v4.9.0
|
TUniformDistribution.h
Go to the documentation of this file.
Class of attributes following a probability density function.
Definition TStochAttribut.h:69
Description of the class TUniformDistribution.
Definition TUniformDistribution.h:69
virtual void computeTheoreticalInformation()
Computes the theoretical values of various statistical measures, like mean, standard deviation,...
virtual void printLog(Option_t *option="")
Display information specific to this class.
TUniformDistribution(TString name)
Constructor setting the name.
TUniformDistribution()
Default constructor.
virtual void setParameters(Double_t lower, Double_t upper)
Set all parameters at once.
virtual ~TUniformDistribution()
Default destructor.
TUniformDistribution(URANIE::DataServer::TAttribute *att)
Construction of a TUniformDistribution from an existing TAttribute object.
virtual Double_t getInvCDF(Double_t p)
Returns the value corresponding to the cumulative density p.
TUniformDistribution(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 getCDF(Double_t x)
Returns the cumulative distribution for the value x.