Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / DataServer
v4.10.0
|
TLogNormalDistribution.h
Go to the documentation of this file.
virtual void setLowerBound(Double_t val)
Sets the lower bound of the attribute.
virtual void setParameters(Double_t M, Double_t errorfactor, Double_t xmin=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.
virtual Double_t getCDF(Double_t x)
Returns the cumulative distribution for the value x.
void createUnderlyingNormal(Double_t M, Double_t errorfactor)
Creates the underlying normal distribution.
virtual void setUnderlyingNormalParameters(Double_t mu, Double_t sigma, Bool_t recompute=kTRUE)
Set the parameters of the underlying normal law.
virtual Double_t getPDF(Double_t x)
Returns the probability density for the value x.
Double_t getParameterMean()
Return the mean parameter.
Definition: TLogNormalDistribution.h:173
virtual void setUpperBound(Double_t val)
Sets the upper bound of the attribute.
Double_t getParameterXMin()
Return the minimum value parameter.
Definition: TLogNormalDistribution.h:204
Double_t _dparameterErrorFactor
The error factor parameter of the LogNormal law.
Definition: TLogNormalDistribution.h:98
virtual void setParameterXMin(Double_t xmin, Bool_t recompute=kTRUE)
Set the minimum value parameter.
Double_t getParameterErrorFactor()
Return the error factor parameter.
Definition: TLogNormalDistribution.h:189
Description of the class TNormalDistribution.
Definition: TNormalDistribution.h:70
Double_t getUnderlyingNormalParameterSigma()
Return the standard deviation parameter of the underlying normal law.
Definition: TLogNormalDistribution.h:245
Double_t getUnderlyingNormalParameterMu()
Return the mean parameter of the underlying normal law.
Definition: TLogNormalDistribution.h:239
virtual ~TLogNormalDistribution()
Default destructor.
Double_t getParameterSigma()
Return the mode parameter.
Definition: TNormalDistribution.h:147
Double_t _dparameterMean
The mean parameter of the LogNormal law.
Definition: TLogNormalDistribution.h:97
virtual void setBounds(Double_t lower, Double_t upper)
Sets the lower and upper bounds of the attribute.
Definition: TStochAttribut.h:369
Double_t getParameterMu()
Return the rate parameter.
Definition: TNormalDistribution.h:132
Interface of the class URANIE::DataServer::TNormalDistribution.
TNormalDistribution * _unormal
The underlying Normal law.
Definition: TLogNormalDistribution.h:95
TLogNormalDistribution()
Default constructor.
Class of attributes following a probability density function.
Description of the class TLogNormalDistribution.
Definition: TLogNormalDistribution.h:92
virtual void setParameterErrorFactor(Double_t errorfactor, Bool_t recompute=kTRUE)
Set the error factor parameter.
Double_t _dparameterXMin
The minimum value parameter of the LogNormal law.
Definition: TLogNormalDistribution.h:96
virtual void printLog()
Display information specific to this class.
virtual void computeTheoreticalInformation()
Computes the theoretical values of various statistical measures.
virtual void setParameterMean(Double_t M, Bool_t recompute=kTRUE)
Set the mean parameter.