Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / DataServer
v4.10.0
|
TInvGammaDistribution.h
Go to the documentation of this file.
103 TInvGammaDistribution(TString name, Double_t alpha, Double_t scale = 1.0, Double_t location = 0.0);
115 TInvGammaDistribution(URANIE::DataServer::TAttribute *att, Double_t alpha, Double_t scale = 1.0, Double_t location = 0.0);
Double_t getParameterAlpha()
Return the shape parameter.
Definition: TInvGammaDistribution.h:128
Double_t getParameterScale()
Return the scale parameter.
Definition: TInvGammaDistribution.h:135
virtual Double_t getInvCDF(Double_t p)
Returns the value corresponding to the cumulative density p.
Double_t _dparameterLocation
the location parameter
Definition: TInvGammaDistribution.h:72
void setParameterScale(Double_t scale, Bool_t recompute=kTRUE)
Set scale value.
virtual Double_t getPDF(Double_t x)
Returns the probability density for the value x.
Double_t getParameterLocation()
Return the location parameter.
Definition: TInvGammaDistribution.h:141
Description of the class TInvGammaDistribution.
Definition: TInvGammaDistribution.h:66
Double_t _dparameterScale
the scale parameter
Definition: TInvGammaDistribution.h:71
virtual Double_t getCDF(Double_t x)
Returns the cumulative distribution for the value x.
TInvGammaDistribution()
Default constructor.
Definition: TStochAttribut.h:369
virtual void computeTheoreticalInformation()
Computes the theoretical values of various statistical measures.
void setParameterLocation(Double_t location, Bool_t recompute=kTRUE)
Set location value.
Double_t _dparameterAlpha
the shape parameter
Definition: TInvGammaDistribution.h:70
Class of attributes following a probability density function.
virtual ~TInvGammaDistribution()
Default destructor.
virtual void setParameters(Double_t alpha, Double_t scale=1.0, Double_t location=0, Bool_t recompute=kTRUE)
Set all the parameters.
void setParameterAlpha(Double_t alpha, Bool_t recompute=kTRUE)
Set alpha value.
virtual void printLog()
Display information specific to this class.