Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / DataServer v4.9.0
|
TGumbelDistribution.h
Go to the documentation of this file.
Class of attributes following a probability density function.
Description of the class TGumbelDistribution.
Definition TGumbelDistribution.h:52
virtual Double_t getLocation()
Gets the location.
TGumbelDistribution(TString name)
Constructor by name only.
virtual void setLocation(Double_t mu)
Sets the location.
virtual Double_t getInvCDF(Double_t x)
Returns the inverse cumulative Density Function.
TGumbelDistribution(URANIE::DataServer::TAttribute *att, Double_t mu, Double_t beta)
Constructor by attribute and statistics.
TGumbelDistribution(TString name, Double_t mu, Double_t beta)
Constructor by name and statistics.
virtual ~TGumbelDistribution()
Default destructor.
TGumbelDistribution()
Default constructor.
virtual void printLog(Option_t *option="")
virtual Double_t getPDF(Double_t x)
Gives the PDF at a value.
virtual void setScale(Double_t beta)
Sets the scale.
Definition TStochAttribut.h:370