Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / DataServer
v4.10.0
|
TExponentialDistribution.h
Go to the documentation of this file.
virtual void setParameterLambda(Double_t lambda, Bool_t recompute=kTRUE)
Set the rate parameter.
virtual void setParameters(Double_t lambda, Double_t mode=0.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.
Description of the class TExponentialDistribution.
Definition: TExponentialDistribution.h:67
virtual void setParameterMode(Double_t mode, Bool_t recompute=kTRUE)
Set the mode parameter.
TExponentialDistribution()
Default constructor.
Double_t getParameterLambda()
Return the rate parameter.
Definition: TExponentialDistribution.h:133
virtual ~TExponentialDistribution()
Default destructor.
virtual Double_t getPDF(Double_t x)
Returns the probability density for the value x.
Double_t _dparameterMode
the mode parameter
Definition: TExponentialDistribution.h:72
Definition: TStochAttribut.h:369
Double_t _dparameterLambda
the rate parameter
Definition: TExponentialDistribution.h:71
Class of attributes following a probability density function.
Double_t getParameterMode()
Return the mode parameter.
Definition: TExponentialDistribution.h:149
virtual Double_t getCDF(Double_t x)
Returns the cumulative distribution for the value x.
virtual void printLog()
Display information specific to this class.
virtual void computeTheoreticalInformation()
Computes the theoretical values of various statistical measures.