Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / DataServer
v4.10.0
|
TNormalDistribution.h
Go to the documentation of this file.
virtual Double_t getPDF(Double_t x)
Returns the probability density for the value x.
virtual Double_t getCDF(Double_t x)
Returns the cumulative distribution for the value x.
virtual void setParameters(Double_t mu, Double_t sigma, Bool_t recompute=kTRUE)
Set all the parameters.
virtual ~TNormalDistribution()
Default destructor.
Description of the class TNormalDistribution.
Definition: TNormalDistribution.h:70
TNormalDistribution()
Default constructor.
Double_t _dparameterMu
Mean parameter .
Definition: TNormalDistribution.h:73
Double_t getParameterSigma()
Return the mode parameter.
Definition: TNormalDistribution.h:147
virtual void setParameterSigma(Double_t sigma, Bool_t recompute=kTRUE)
Set the standard deviation parameter.
Definition: TStochAttribut.h:369
Double_t getParameterMu()
Return the rate parameter.
Definition: TNormalDistribution.h:132
virtual void computeTheoreticalInformation()
Computes the theoretical values of various statistical measures.
Class of attributes following a probability density function.
virtual Double_t getInvCDF(Double_t p)
Returns the value corresponding to the cumulative density p.
Double_t _dparameterSigma
Standard deviation parameter .
Definition: TNormalDistribution.h:74
virtual void printLog()
Display information specific to this class.
virtual void setParameterMu(Double_t mu, Bool_t recompute=kTRUE)
Set the mean parameter.