Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / DataServer v4.9.0
|
TGammaDistribution.h
Go to the documentation of this file.
103 TGammaDistribution(TString name, Double_t alpha, Double_t scale = 1.0, Double_t location = 0.0);
115 TGammaDistribution(URANIE::DataServer::TAttribute *att, Double_t alpha, Double_t scale = 1.0, Double_t location = 0.0);
Class of attributes following a probability density function.
Description of the class TGammaDistribution.
Definition TGammaDistribution.h:67
void setParameterScale(Double_t scale, Bool_t recompute=kTRUE)
Set scale value.
void setParameterAlpha(Double_t alpha, Bool_t recompute=kTRUE)
Set alpha value.
virtual void printLog(Option_t *option="")
virtual Double_t getInvCDF(Double_t p)
Returns the value corresponding to the cumulative density p.
virtual void setParameters(Double_t alpha, Double_t scale=1.0, Double_t location=0, Bool_t recompute=kTRUE)
Set all the parameters.
TGammaDistribution(TString name)
Constructor setting the name.
void setParameterLocation(Double_t location, Bool_t recompute=kTRUE)
Set location value.
virtual Double_t getCDF(Double_t x)
Returns the cumulative distribution for the value x.
TGammaDistribution(URANIE::DataServer::TAttribute *att, Double_t alpha, Double_t scale=1.0, Double_t location=0.0)
Construction of a TGammaDistribution from an existing TAttribute object.
virtual void computeTheoreticalInformation()
Computes the theoretical values of various statistical measures.
TGammaDistribution(TString name, Double_t alpha, Double_t scale=1.0, Double_t location=0.0)
Constructor setting name, scale and location.
Double_t _dparameterLocation
the location parameter
Definition TGammaDistribution.h:72
virtual Double_t getPDF(Double_t x)
Returns the probability density for the value x.
Double_t _dparameterAlpha
the shape parameter
Definition TGammaDistribution.h:70
Double_t getParameterScale()
Return the scale parameter.
Definition TGammaDistribution.h:135
Double_t _dparameterScale
the scale parameter
Definition TGammaDistribution.h:71
Double_t getParameterAlpha()
Return the shape parameter.
Definition TGammaDistribution.h:128
virtual ~TGammaDistribution()
Default destructor.
Double_t getParameterLocation()
Return the location parameter.
Definition TGammaDistribution.h:141
Definition TStochAttribut.h:370