Markov models, also known as Markov processes or Markov chains, are mathematical models used to describe systems that exhibit a type of memoryless property called the Markov property.
Markov models are useful when a decision problem involves risk that is continuous over time, when the timing of events is important, and when important events may happen more than once.
A patient may be assessed in a finite number of discrete states of health, in which the important clinical events are modeled as transitions from one state to another.
A Markov model describes a system in terms of a set of states, which represent the possible conditions or configurations of the system at any given time.
The transition probabilities in a Markov model are often represented in a transition matrix, where each entry describes the probability of moving from one state to another in one time step.
Hidden Markov Models (HMMs): HMMs are a type of Markov model where the true state of the system is hidden and can only be inferred based on observed data.