Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / DataServer v4.9.0
|
TStudentDistribution.h
Go to the documentation of this file.
Class of attributes following a probability density function.
Definition TStochAttribut.h:370
Description of the class TStudentDistribution.
Definition TStudentDistribution.h:64
virtual void setParameters(Double_t k, Bool_t recompute=kTRUE)
Set all the parameters.
virtual void setParameterK(Double_t k, Bool_t recompute=kTRUE)
Set the dof parameter.
virtual void computeMean()
Definition TStudentDistribution.h:178
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.
Double_t _dparameterK
Dof parameter .
Definition TStudentDistribution.h:66
TStudentDistribution(TString name, Double_t k)
Constructor setting name, scale and location.
virtual Double_t getPDF(Double_t x)
Returns the probability density for the value x.
Double_t getParameterK()
Return the rate parameter.
Definition TStudentDistribution.h:121
virtual void printLog(Option_t *option="")
virtual void computeTheoreticalInformation()
Computes the theoretical values of various statistical measures.
virtual ~TStudentDistribution()
Default destructor.
TStudentDistribution()
Default constructor.
TStudentDistribution(TString name)
Constructor setting the name.
TStudentDistribution(URANIE::DataServer::TAttribute *att, Double_t k)
Construction of a TStudentDistribution from an existing TAttribute object.