Kalman filter, Bayesian paradigm

Picture of the lab member

S Ganga Prasath

Principal Investigator

2023-05-22

Schematic

We look at the derivation of the famous Kalman filter starting with the least-squares fit. The folder attached in this link contains the python code that goes along with the detailed tutorial (pdf is available here). KFTutorial.ipynb in the folder is the jupyter-notebook to simulate 4 problems:

  1. Least-squares fit/estimation of a time-series data
  2. Recursive least-square estimator
  3. A simple 1-dimensional stochastic differential equation
  4. Using Kalman-Bucy filter to estimate the position of a Brownian particle in a harmonic potential

The folder also contains the LaTeX-sources files and figures in the article.

This work was done in collaboration with Vishaal Krishnan.