Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / DataServer v4.9.0
|
TGumbelMaxDistribution.h
Go to the documentation of this file.
Class of attributes following a probability density function.
Description of the class TGumbelMaxDistribution.
Definition TGumbelMaxDistribution.h:68
virtual Double_t getParameterMode()
Get the mode parameter.
Definition TGumbelMaxDistribution.h:129
virtual Double_t getParameterScale()
Get the scale parameter.
Definition TGumbelMaxDistribution.h:144
Double_t _dparameterScale
the scale parameter
Definition TGumbelMaxDistribution.h:71
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.
virtual ~TGumbelMaxDistribution()
Default destructor.
TGumbelMaxDistribution()
Default constructor.
virtual void setParameterScale(Double_t beta, Bool_t recompute=kTRUE)
Set the scale parameter.
TGumbelMaxDistribution(TString name, Double_t mu, Double_t beta)
Constructor setting name, mode and scale.
virtual void computeTheoreticalInformation()
Computes the theoretical values of various statistical measures.
TGumbelMaxDistribution(TString name)
Constructor setting the name.
virtual void setParameterMode(Double_t mu, Bool_t recompute=kTRUE)
Set the mode parameter.
virtual void printLog(Option_t *option="")
Double_t _dparameterMode
the mode parameter
Definition TGumbelMaxDistribution.h:70
TGumbelMaxDistribution(URANIE::DataServer::TAttribute *att, Double_t mu, Double_t beta)
Construction of a TGumbelMaxDistribution from an existing TAttribute object.
virtual void setParameters(Double_t mu, Double_t beta, Bool_t recompute=kTRUE)
Set all the parameters.
virtual Double_t getInvCDF(Double_t p)
Returns the value corresponding to the cumulative density p.
Definition TStochAttribut.h:370