A state space model is a partially observed Markov model:

  • are the latent states
  • are the observations
  • are exogenous inputs

ssm-pgm

Using the Markov property, the above probabilistic graphical model forms the joint distribution

When the dynamics model is categorical so that we have discrete latent states, then we have hidden Markov models.

When the dynamics model and the observation model are Gaussian, we have a linear gaussian ssm, which can be efficiently solved using kalman filtering and smoothing.

See ssm resources.