Probabilistic State Automata |
|
DescriptionDefinitionExamplesReferences |
Description:
This is clearly an abuse of the notation and needs a
better name. Formal
Definition:
A Probabilistic Timed Automaton (STA) is a six-tuple (E, X, Γ, f, X0, G) where E – is a finite set of events (here we mean event types) X – is a countable set of states Γ(x) – is a set of enabled events defined for all x, x’ ∈X, with Γ(x) a subset of E, f – is a state transition function, defined
for all x, x’ ∈X, e’∈E. X0 –
is initial state. G={Gi : i∈E}
– is a stochastic clock structure – a set of distribution functions. Examples:
See Stochastic Timed Automata (STA). References:
|