Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / DataServer v4.9.0
|
TGeneralizedNormalV2Distribution.h
Go to the documentation of this file.
Class of attributes following a probability density function.
Description of the class TGeneralizedNormalV2Distribution.
Definition TGeneralizedNormalV2Distribution.h:71
Double_t _dparameterKappa
Shape parameter .
Definition TGeneralizedNormalV2Distribution.h:75
virtual Double_t getCDF(Double_t x)
Returns the cumulative distribution for the value x.
virtual void setParameterAlpha(Double_t alpha, Bool_t recompute=kTRUE)
Set the scale parameter.
TGeneralizedNormalV2Distribution(TString name)
Constructor setting the name.
TGeneralizedNormalV2Distribution(URANIE::DataServer::TAttribute *att, Double_t xi, Double_t alpha, Double_t kappa)
Construction of a TGeneralizedNormalV2Distribution from an existing TAttribute object.
virtual ~TGeneralizedNormalV2Distribution()
Default destructor.
TGeneralizedNormalV2Distribution()
Default constructor.
virtual Double_t getInvCDF(Double_t p)
Returns the value corresponding to the cumulative density p.
virtual void setParameters(Double_t xi, Double_t alpha, Double_t kappa, Bool_t recompute=kTRUE)
Set all the parameters.
Double_t _dparameterXi
Position parameter .
Definition TGeneralizedNormalV2Distribution.h:73
Double_t getParameterAlpha()
Return the scale parameter.
Definition TGeneralizedNormalV2Distribution.h:149
virtual Double_t getPDF(Double_t x)
Returns the probability density for the value x.
virtual void computeTheoreticalInformation()
Computes the theoretical values of various statistical measures.
Double_t getParameterKappa()
Return the shape parameter.
Definition TGeneralizedNormalV2Distribution.h:164
TGeneralizedNormalV2Distribution(TString name, Double_t xi, Double_t alpha, Double_t kappa)
Constructor setting name, scale and location.
virtual void printLog(Option_t *option="")
virtual void setParameterXi(Double_t xi, Bool_t recompute=kTRUE)
Set the mean parameter.
virtual void setParameterKappa(Double_t kappa, Bool_t recompute=kTRUE)
Set the shape parameter.
Double_t _dparameterAlpha
Scale parameter .
Definition TGeneralizedNormalV2Distribution.h:74
Double_t getParameterXi()
Return the rate parameter.
Definition TGeneralizedNormalV2Distribution.h:134
Definition TStochAttribut.h:370