Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / DataServer v4.9.0
|
TWeibullDistribution.h
Go to the documentation of this file.
Class of attributes following a probability density function.
Definition TStochAttribut.h:370
Description of the class TWeibullDistribution.
Definition TWeibullDistribution.h:80
Double_t getParameterLambda()
Get the scale parameter value.
Definition TWeibullDistribution.h:146
Double_t getParameterXmin()
Get the location parameter value.
Definition TWeibullDistribution.h:177
Double_t getParameterK()
Get the shape parameter value.
Definition TWeibullDistribution.h:161
TWeibullDistribution(TString name, Double_t lambda, Double_t k=1.0, Double_t xmin=0.0)
Constructor setting name, scale, shape and location.
Double_t _dparameterXmin
The location parameter .
Definition TWeibullDistribution.h:84
virtual void printLog(Option_t *option="")
Double_t _dparameterLambda
The scale parameter .
Definition TWeibullDistribution.h:82
virtual Double_t getPDF(Double_t x)
Returns the probability density for the value x.
TWeibullDistribution(URANIE::DataServer::TAttribute *att, Double_t lambda, Double_t k=1.0, Double_t xmin=0.0)
Construction of a TWeibullDistribution from an existing TAttribute object.
virtual Double_t getCDF(Double_t x)
Returns the cumulative distribution for the value x.
virtual void setParameterLambda(Double_t lambda, Bool_t recompute=kTRUE)
Set the scale parameter .
virtual void setParameterXmin(Double_t xmin, Bool_t recompute=kTRUE)
Set the location parameter .
TWeibullDistribution(TString name)
Constructor setting the name.
Double_t _dparameterK
The shape parameter .
Definition TWeibullDistribution.h:83
TWeibullDistribution()
Default constructor.
virtual void computeTheoreticalInformation()
Computes the theoretical values of various statistical measures.
virtual Double_t getInvCDF(Double_t p)
Returns the value corresponding to the cumulative density p.
virtual void setParameterK(Double_t k, Bool_t recompute=kTRUE)
Set the shape parameter .
void setParameters(Double_t lambda, Double_t k, Double_t xmin, Bool_t recompute=kTRUE)
Set all the parameters.
virtual ~TWeibullDistribution()
Default destructor.