{ "cells": [ { "cell_type": "markdown", "id": "82d7dee7", "metadata": {}, "source": [ "$$\n", "\\newcommand{\\argmax}{arg\\,max}\n", "\\newcommand{\\argmin}{arg\\,min}\n", "$$" ] }, { "cell_type": "markdown", "id": "efe3aa32", "metadata": {}, "source": [ "\n", "\n", "
[1] See, for example, page 93 of [[Bishop, 2006](https://python.quantecon.org/zreferences.html#id165)]. To get from his expressions to the ones used above, you will also need to apply the [Woodbury matrix identity](https://en.wikipedia.org/wiki/Woodbury_matrix_identity)." ] } ], "metadata": { "date": 1770028418.7298427, "filename": "kalman.md", "kernelspec": { "display_name": "Python", "language": "python3", "name": "python3" }, "title": "A First Look at the Kalman Filter" }, "nbformat": 4, "nbformat_minor": 5 }