Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / DataServer v4.9.0
|
TDiscreteAttribute.h
Go to the documentation of this file.
Class of attributes following a probability density function.
Definition TDiscreteAttribute.h:69
virtual Double_t getPDF(Double_t x)=0
Returns the probability density for the value x.
virtual ~TDiscreteAttribute()
virtual void printLog()
Display information specific to this class.
virtual Double_t getInvCDF(Double_t x)=0
Returns the value corresponding to the cumulative density p.
TDiscreteAttribute(TString str)
TDiscreteAttribute(TAttribute *object, ELawType value)
TDiscreteAttribute(TString str, ELawType value)
Definition TStochAttribut.h:69
ELawType
The list of laws that a TStochasticAttribute can follow.
Definition TStochAttribut.h:74