Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / DataServer v4.9.0
|
TBetaDistribution.h
Go to the documentation of this file.
Class of attributes following a probability density function.
Description of the class TBetaDistribution.
Definition TBetaDistribution.h:78
virtual Double_t getCDF(Double_t x)
Returns the cumulative distribution for the value x.
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.
virtual void computeTheoreticalInformation()
Computes the theoretical values of various statistical measures, like mean, standard deviation,...
Double_t _dparameterAlpha
The shape parameter .
Definition TBetaDistribution.h:81
virtual Double_t getPDF(Double_t x)
Returns the probability density for the value x.
Double_t getParameterAlpha()
Return the parameter.
Definition TBetaDistribution.h:147
virtual Double_t getInvCDF(Double_t p)
Returns the value corresponding to the cumulative density p.
TBetaDistribution(URANIE::DataServer::TAttribute *att, Double_t alpha, Double_t beta)
Construction of a TBetaDistribution from an existing TAttribute object.
Double_t _dparameterBeta
The shape parameter .
Definition TBetaDistribution.h:82
TBetaDistribution(TString name)
Constructor setting the name.
virtual void printLog(Option_t *option="")
virtual void setParameterAlpha(Double_t alpha, Bool_t recompute=kTRUE)
Set the shape parameter .
virtual void setParameterBeta(Double_t beta, Bool_t recompute=kTRUE)
Set the shape parameter .
Double_t getParameterBeta()
Return the parameter.
Definition TBetaDistribution.h:162
TBetaDistribution(TString name, Double_t alpha, Double_t beta, Double_t min=0.0, Double_t max=1.0)
Constructor setting name, shape parameters and range.
virtual ~TBetaDistribution()
Default destructor.
Definition TStochAttribut.h:69