Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / DataServer
v4.10.0
|
TGenParetoDistribution.h
Go to the documentation of this file.
virtual void setParameterSigma(Double_t sigma, Bool_t recompute=kTRUE)
Sets the scale parameter.
TList * _listOfInputAttributes
Definition: TGenParetoDistribution.h:83
TGenParetoDistribution()
Default constructor.
virtual Double_t getParameterMu()
Gets the location.
virtual void setParameters(Double_t mu, Double_t sigma, Double_t xi, Bool_t recompute=kTRUE)
Sets the scale, shape and location parameters.
Double_t _dparameterMu
The location parameter .
Definition: TGenParetoDistribution.h:80
virtual void setParameterXi(Double_t xi, Bool_t recompute=kTRUE)
Sets the shape parameter.
virtual Double_t getInvCDF(Double_t p)
Returns the value corresponding to the cumulative density p.
Double_t _dparameterSigma
The scale parameter .
Definition: TGenParetoDistribution.h:81
virtual void computeTheoreticalInformation()
Computes the theoretical values of various statistical measures, like mean, standard deviation...
Double_t getXiEquation(Double_t x, Double_t skewness)
virtual Double_t getPDF(Double_t x)
Returns the probability density for the value x.
Definition: TStochAttribut.h:369
virtual ~TGenParetoDistribution()
Default destructor.
virtual Double_t getParameterSigma()
Gets the scale.
Description of the class TGenParetoDistribution.
Definition: TGenParetoDistribution.h:75
Class of attributes following a probability density function.
virtual void setParameterMu(Double_t mu, Bool_t recompute=kTRUE)
Sets the location parameter.
virtual Double_t getParameterXi()
Gets the scale.
virtual void printLog()
Display information specific to this class.
virtual Double_t getCDF(Double_t x)
Returns the cumulative distribution for the value x.
Double_t _dparameterXi
The shape parameter .
Definition: TGenParetoDistribution.h:79