Stochastic Timed Automaton:
A stochastic timed automaton is a 6-tuple ,where:
- is a discrete set of events.
- is a discrete set of states.
- For each , is the set of events that are possible in state .
- For each and , is the probability that the next state is , given the current state and the next event .
NOTE: When we talk about next event immagine always that at state 0: the next event to finish is event , also that event does not exist.
Then to give a general rule: at state event has already occurred, and the next event to occur will be .
- is a stochastic clock structure.
~Example:
Observation :
Timed Automata are a special case of Stochastic Timed Automata, where all probability = 1, which means that all conditional probability are certain. And .
Observation :
There could also exist mixed timed automata, where only the clock structure is stochastic (, , ), one where the transition function and the initial state are stochastic: (, , ), and all other possible combinations.
TERMINOLOGY is defined as probability mass function (pmf) > is defined as pmf of the initial state. > is defined as pmf of the first event. > is defined as pmf of the fifth state.