# Markov model Model the behaviour of a dynamic system with input, output, different states. Like a finite state machine - this can be represented by a markov chain! The transition between different states has assigned probabilities. [^1] # References [^1]: