Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / DataServer
v4.10.0
|
TBetaDistribution.h
Go to the documentation of this file.
virtual void computeTheoreticalInformation()
Computes the theoretical values of various statistical measures, like mean, standard deviation...
virtual void setParameterAlpha(Double_t alpha, Bool_t recompute=kTRUE)
Set the shape parameter .
virtual Double_t getInvCDF(Double_t p)
Returns the value corresponding to the cumulative density p.
virtual Double_t getCDF(Double_t x)
Returns the cumulative distribution for the value x.
Description of the class TBetaDistribution.
Definition: TBetaDistribution.h:77
Double_t _dparameterBeta
The shape parameter .
Definition: TBetaDistribution.h:82
Double_t getParameterAlpha()
Return the parameter.
Definition: TBetaDistribution.h:147
virtual Double_t getPDF(Double_t x)
Returns the probability density for the value x.
Definition: TStochAttribut.h:68
Double_t _dparameterAlpha
The shape parameter .
Definition: TBetaDistribution.h:81
virtual void printLog()
Display information specific to this class.
Class of attributes following a probability density function.
virtual ~TBetaDistribution()
Default destructor.
virtual void setParameters(Double_t alpha, Double_t beta, Double_t lower=0.0, Double_t upper=1.0, Bool_t recompute=kTRUE)
Set all the parameters.
Double_t getParameterBeta()
Return the parameter.
Definition: TBetaDistribution.h:162
virtual void setParameterBeta(Double_t beta, Bool_t recompute=kTRUE)
Set the shape parameter .