Documentation

Markov Models

Discrete-time Markov chains and state-space models

Econometrics Toolbox™ supports modeling and analysis of discrete-time Markov models. These models describe stochastic processes that assumestatesxtin astate spaceX, subject to theMarkov property, which requires the distribution ofxt+ 1to be independent of the history of the process before reaching statext.

Discrete-state Markov processes, orMarkov chains, are represented by a directed graph and described by a right-stochastic transition matrixP. The distribution of states at timet+1 is the distribution of states at timet, multiplied byP. The structure ofPdetermines the evolutionary trajectory of the chain, including asymptotics.

Continuous-state Markov processes, orstate-space models, allow for trajectories through a continuous state space. The underlying Markov process is typically unobserved. Supplemental observation equations describe the evolution of measurable characteristics of a system, dependent on the Markov process.

  • Markov Chain Models
    Discrete state-space processes characterized by transition matrices
  • State-Space Models
    Continuous state space processes characterized by state and observation equations
Was this topic helpful?