Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / DataServer
v4.10.0
|
TCauchyDistribution.h
Go to the documentation of this file.
TCauchyDistribution()
Default constructor.
Double_t getParameterGamma()
Return the scale parameter.
Definition: TCauchyDistribution.h:140
virtual Double_t getInvCDF(Double_t p)
Returns the value corresponding to the cumulative density p.
virtual void setParameterMedian(Double_t median, Bool_t recompute=kTRUE)
Set the location parameter.
virtual void setParameters(Double_t gamma, Double_t median, Bool_t recompute=kTRUE)
Set all the parameters.
virtual ~TCauchyDistribution()
Default destructor.
virtual Double_t getPDF(Double_t x)
Returns the probability density for the value x.
Definition: TStochAttribut.h:369
virtual void setParameterGamma(Double_t gamma, Bool_t recompute=kTRUE)
Set the scale parameter.
Class of attributes following a probability density function.
Double_t _dparameterMedian
The location parameter , a.k.a. median parameter.
Definition: TCauchyDistribution.h:71
Double_t _dparameterGamma
The scale parameter .
Definition: TCauchyDistribution.h:70
Double_t getParameterMedian()
Return the location parameter.
Definition: TCauchyDistribution.h:125
Description of the class TCauchyDistribution.
Definition: TCauchyDistribution.h:67
virtual void computeTheoreticalInformation()
Computes the theoretical values of various statistical measures.
virtual void printLog()
Display information specific to this class.
virtual Double_t getCDF(Double_t x)
Returns the cumulative distribution for the value x.