Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / DataServer v4.9.0
|
TExponentialDistribution.h
Go to the documentation of this file.
Class of attributes following a probability density function.
Description of the class TExponentialDistribution.
Definition TExponentialDistribution.h:68
virtual void computeTheoreticalInformation()
Computes the theoretical values of various statistical measures.
virtual void setParameterMode(Double_t mode, Bool_t recompute=kTRUE)
Set the mode parameter.
TExponentialDistribution(URANIE::DataServer::TAttribute *att, Double_t lambda, Double_t mode=0.0)
Construction of a TExponentialDistribution from an existing TAttribute object.
TExponentialDistribution(TString name, Double_t lambda, Double_t mode=0.0)
Constructor setting name, scale and location.
virtual Double_t getCDF(Double_t x)
Returns the cumulative distribution for the value x.
TExponentialDistribution(TString name)
Constructor setting the name.
Double_t getParameterLambda()
Return the rate parameter.
Definition TExponentialDistribution.h:133
Double_t _dparameterMode
the mode parameter
Definition TExponentialDistribution.h:72
Double_t _dparameterLambda
the rate parameter
Definition TExponentialDistribution.h:71
virtual Double_t getPDF(Double_t x)
Returns the probability density for the value x.
TExponentialDistribution()
Default constructor.
virtual ~TExponentialDistribution()
Default destructor.
virtual Double_t getInvCDF(Double_t p)
Returns the value corresponding to the cumulative density p.
virtual void setParameters(Double_t lambda, Double_t mode=0.0, Bool_t recompute=kTRUE)
Set all the parameters.
virtual void printLog(Option_t *option="")
virtual void setParameterLambda(Double_t lambda, Bool_t recompute=kTRUE)
Set the rate parameter.
Double_t getParameterMode()
Return the mode parameter.
Definition TExponentialDistribution.h:149
Definition TStochAttribut.h:370