linearGaussian
In statistics and signal processing, linear Gaussian models describe systems where variables are related by linear equations with additive Gaussian noise. A prominent instance is the linear Gaussian state-space model, where a latent state evolves linearly and observations are linear functions of the state, both contaminated by Gaussian noise.
Formally, the state transition is x_{t+1} = A x_t + w_t, with w_t ~ N(0, Q), and the observation
Because all conditional distributions are Gaussian, exact inference is available via the Kalman filter for online
Applications include control, robotics, signal processing, econometrics, and time-series analysis. Limitations arise when the true dynamics
See also Kalman filter, Gaussian distribution, state-space model.