Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / DataServer v4.9.0
|
TGeneralizedNormalDistribution.h
Go to the documentation of this file.
Class of attributes following a probability density function.
Description of the class TGeneralizedNormalDistribution.
Definition TGeneralizedNormalDistribution.h:71
TGeneralizedNormalDistribution(URANIE::DataServer::TAttribute *att, Double_t mu, Double_t alpha, Double_t beta)
Construction of a TGeneralizedNormalDistribution from an existing TAttribute object.
TGeneralizedNormalDistribution(TString name, Double_t mu, Double_t alpha, Double_t beta)
Constructor setting name, scale and location.
Double_t _dparameterAlpha
Scale parameter .
Definition TGeneralizedNormalDistribution.h:74
virtual void printLog(Option_t *option="")
virtual ~TGeneralizedNormalDistribution()
Default destructor.
Double_t getParameterMu()
Return the rate parameter.
Definition TGeneralizedNormalDistribution.h:134
virtual void setParameterMu(Double_t mu, Bool_t recompute=kTRUE)
Set the mean parameter.
virtual void setParameterAlpha(Double_t alpha, Bool_t recompute=kTRUE)
Set the scale parameter.
TGeneralizedNormalDistribution(TString name)
Constructor setting the name.
virtual void setParameters(Double_t mu, Double_t alpha, Double_t beta, Bool_t recompute=kTRUE)
Set all the parameters.
Double_t getParameterBeta()
Return the shape parameter.
Definition TGeneralizedNormalDistribution.h:164
virtual void setParameterBeta(Double_t beta, Bool_t recompute=kTRUE)
Set the shape parameter.
TGeneralizedNormalDistribution()
Default constructor.
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.
Double_t _dparameterMu
Mean parameter .
Definition TGeneralizedNormalDistribution.h:73
virtual Double_t getCDF(Double_t x)
Returns the cumulative distribution for the value x.
Double_t getParameterAlpha()
Return the scale parameter.
Definition TGeneralizedNormalDistribution.h:149
Double_t _dparameterBeta
Shape parameter .
Definition TGeneralizedNormalDistribution.h:75
virtual Double_t getPDF(Double_t x)
Returns the probability density for the value x.
Definition TStochAttribut.h:370