faudes::SimStochasticEventAttribute Class Reference
|
Public Types | |
enum | Type { Extern, Trigger, Delay } |
When to re-evaluate the random variable. More... | |
enum | Pdf { Exponential, Uniform, Gauss, Vector } |
Pdf to use when evaluating the random variable. More... | |
Public Member Functions | |
bool | operator== (const SimStochasticEventAttribute &rOther) const |
Equality operator. | |
Static Public Member Functions | |
static std::string | TStr (Type type) |
Convert type to string. | |
Public Attributes | |
Type | mType |
mPdf | |
std::vector< double > | mParameter |
Pdf parameters. |
Defining data of stochastic behaviour.
The occurence of events with stochastic behaviour is scheduled by sampling a random variable. While the attribute class only holds the defining data, actual semantics are implemented in the ProposingExecutor.
The type indicates the mechanism for sampling the random variable and for scheduling the event.
The propability density function may be one of
Definition at line 70 of file sp_simeventset.h.
Pdf to use when evaluating the random variable.
Definition at line 86 of file sp_simeventset.h.
When to re-evaluate the random variable.
Definition at line 74 of file sp_simeventset.h.
bool faudes::SimStochasticEventAttribute::operator== | ( | const SimStochasticEventAttribute & | rOther | ) | const [inline] |
Equality operator.
Definition at line 93 of file sp_simeventset.h.
static std::string faudes::SimStochasticEventAttribute::TStr | ( | Type | type | ) | [inline, static] |
Convert type to string.
Definition at line 78 of file sp_simeventset.h.
std::vector<double> faudes::SimStochasticEventAttribute::mParameter |
Pdf parameters.
Definition at line 90 of file sp_simeventset.h.
Definition at line 87 of file sp_simeventset.h.
Definition at line 75 of file sp_simeventset.h.
libFAUDES 2.23h --- 2014.04.03 --- c++ api documentaion by doxygen