Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / DataServer v4.9.0
|
TTrapeziumPossibility.h
Go to the documentation of this file.
Class of attributes following a probability density function.
Definition TPossibilityAttribute.h:57
EMonotonousRelationship
The list of monotonous relationship
Definition TPossibilityAttribute.h:67
Definition TTrapeziumPossibility.h:56
Double_t _dlowerMode
The lower mode of the trapezium possibility.
Definition TTrapeziumPossibility.h:58
void setUpperMode(Double_t dval)
Set the upper mode of the trapezium possibility.
void setModes(Double_t lowVal, Double_t upVal)
Set the lower and uppers modes of the trapezium possibility.
virtual ~TTrapeziumPossibility()
Default Destructor.
Double_t _dupperMode
The upper mode of the trapezium possibility.
Definition TTrapeziumPossibility.h:59
Double_t getLowerMode()
Return the lower mode of the trapezium possibility.
Definition TTrapeziumPossibility.h:96
void setLowerMode(Double_t dval)
Set the lower mode of the trapezium possibility.
virtual void printLog()
Display information specific to this class.
TTrapeziumPossibility(TString str)
Constructor setting the name.
TTrapeziumPossibility(TString str, Double_t min, Double_t max, Double_t lowMode, Double_t upperMode, TPossibilityAttribute::EMonotonousRelationship monotonous)
Constructor setting the name and the law type.
Double_t getUpperMode()
Return the upper mode of the trapezium possibility.
Definition TTrapeziumPossibility.h:103