Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / DataServer v4.9.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);
Class of attributes following a probability density function.
Definition TStochAttribut.h:370
Description of the class TInvGammaDistribution.
Definition TInvGammaDistribution.h:67
void setParameterLocation(Double_t location, Bool_t recompute=kTRUE)
Set location value.
TInvGammaDistribution(URANIE::DataServer::TAttribute *att, Double_t alpha, Double_t scale=1.0, Double_t location=0.0)
Construction of a TInvGammaDistribution from an existing TAttribute object.
TInvGammaDistribution()
Default constructor.
Double_t getParameterScale()
Return the scale parameter.
Definition TInvGammaDistribution.h:135
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(TString name, Double_t alpha, Double_t scale=1.0, Double_t location=0.0)
Constructor setting name, scale and location.
TInvGammaDistribution(TString name)
Constructor setting the name.
virtual void setParameters(Double_t alpha, Double_t scale=1.0, Double_t location=0, Bool_t recompute=kTRUE)
Set all the parameters.
virtual Double_t getInvCDF(Double_t p)
Returns the value corresponding to the cumulative density p.
virtual void printLog(Option_t *option="")
virtual ~TInvGammaDistribution()
Default destructor.
Double_t getParameterLocation()
Return the location parameter.
Definition TInvGammaDistribution.h:141
Double_t _dparameterAlpha
the shape parameter
Definition TInvGammaDistribution.h:70
void setParameterScale(Double_t scale, Bool_t recompute=kTRUE)
Set scale value.
Double_t _dparameterLocation
the location parameter
Definition TInvGammaDistribution.h:72
Double_t getParameterAlpha()
Return the shape parameter.
Definition TInvGammaDistribution.h:128
virtual void computeTheoreticalInformation()
Computes the theoretical values of various statistical measures.
virtual Double_t getPDF(Double_t x)
Returns the probability density for the value x.
void setParameterAlpha(Double_t alpha, Bool_t recompute=kTRUE)
Set alpha value.