Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / DataServer v4.9.0
|
TGenParetoDistribution.h
Go to the documentation of this file.
Class of attributes following a probability density function.
Description of the class TGenParetoDistribution.
Definition TGenParetoDistribution.h:76
virtual ~TGenParetoDistribution()
Default destructor.
virtual Double_t getInvCDF(Double_t p)
Returns the value corresponding to the cumulative density p.
virtual void computeTheoreticalInformation()
Computes the theoretical values of various statistical measures, like mean, standard deviation,...
virtual void printLog(Option_t *option="")
virtual void setParameterMu(Double_t mu, Bool_t recompute=kTRUE)
Sets the location parameter.
Double_t _dparameterSigma
The scale parameter .
Definition TGenParetoDistribution.h:81
virtual void setParameterXi(Double_t xi, Bool_t recompute=kTRUE)
Sets the shape parameter.
virtual Double_t getParameterXi()
Gets the scale.
Double_t getXiEquation(Double_t x, Double_t skewness)
TGenParetoDistribution(TString name, Double_t mu, Double_t sigma, Double_t xi)
Constructor by name and statistics.
TGenParetoDistribution(URANIE::DataServer::TAttribute *att, Double_t mu, Double_t sigma, Double_t xi)
Constructor by attribute and statistics.
TGenParetoDistribution()
Default constructor.
TList * _listOfInputAttributes
Definition TGenParetoDistribution.h:83
virtual Double_t getCDF(Double_t x)
Returns the cumulative distribution for the value x.
virtual Double_t getPDF(Double_t x)
Returns the probability density for the value x.
virtual void setParameterSigma(Double_t sigma, Bool_t recompute=kTRUE)
Sets the scale parameter.
TGenParetoDistribution(TString name)
Constructor by name only.
Double_t _dparameterXi
The shape parameter
Definition TGenParetoDistribution.h:79
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 Double_t getParameterSigma()
Gets the scale.
Definition TStochAttribut.h:370