Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / DataServer v4.9.0
|
TCauchyDistribution.h
Go to the documentation of this file.
Class of attributes following a probability density function.
Description of the class TCauchyDistribution.
Definition TCauchyDistribution.h:68
Double_t _dparameterGamma
The scale parameter .
Definition TCauchyDistribution.h:70
Double_t getParameterGamma()
Return the scale parameter.
Definition TCauchyDistribution.h:140
Double_t getParameterMedian()
Return the location parameter.
Definition TCauchyDistribution.h:125
virtual void computeTheoreticalInformation()
Computes the theoretical values of various statistical measures.
virtual void setParameterMedian(Double_t median, Bool_t recompute=kTRUE)
Set the location parameter.
virtual void printLog(Option_t *option="")
TCauchyDistribution(TString name, Double_t gamma, Double_t median=0.0)
Constructor setting name, scale and location.
TCauchyDistribution()
Default constructor.
TCauchyDistribution(URANIE::DataServer::TAttribute *att)
Construction of a TCauchyDistribution from an existing TAttribute object.
virtual Double_t getInvCDF(Double_t p)
Returns the value corresponding to the cumulative density p.
TCauchyDistribution(TString name)
Constructor setting the name.
virtual void setParameterGamma(Double_t gamma, Bool_t recompute=kTRUE)
Set the scale parameter.
virtual Double_t getCDF(Double_t x)
Returns the cumulative distribution for the value x.
Double_t _dparameterMedian
The location parameter , a.k.a. median parameter.
Definition TCauchyDistribution.h:71
virtual Double_t getPDF(Double_t x)
Returns the probability density for the value x.
virtual ~TCauchyDistribution()
Default destructor.
virtual void setParameters(Double_t gamma, Double_t median, Bool_t recompute=kTRUE)
Set all the parameters.
Definition TStochAttribut.h:370