|
@@ -1,3 +1,13 @@
|
|
# ssm-book
|
|
# ssm-book
|
|
-Interactive textbook on state-space models.
|
|
|
|
|
|
+Executable textbook on state-space models, to accompany the [ssm-jax](https://github.com/probml/ssm-jax) library.
|
|
The rendered content can be found at [https://probml.github.io/ssm-book/root.html](https://probml.github.io/ssm-book/root.html).
|
|
The rendered content can be found at [https://probml.github.io/ssm-book/root.html](https://probml.github.io/ssm-book/root.html).
|
|
|
|
+This is work in progress, so very volatile!
|
|
|
|
+
|
|
|
|
+Authors: Kevin Murphy, Scott Linderman, Peter Chang, et al. MIT License. 2022
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+Related books:
|
|
|
|
+- [Bayesian filtering and smoothing](https://users.aalto.fi/~ssarkka/pub/cup_book_online_20131111.pdf), Simo Sarkka, 2013. [Matlab code](https://www.cambridge.org/us/academic/subjects/statistics-probability/applied-probability-and-stochastic-networks/bayesian-filtering-and-smoothing?format=HB), [Python code](https://github.com/EEA-sensors/Bayesian-Filtering-and-Smoothing/tree/main/python)
|
|
|
|
+- [State estimation for robotics](http://asrl.utias.utoronto.ca/~tdb/bib/barfoot_ser17.pdf), Tim Barfoot, 2017.
|
|
|
|
+- [Kalman and Bayesian filters in Python](https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python), Roger Labbe, 2015. [Python code](https://github.com/rlabbe/filterpy)
|