Kalman Filter
I had to implement a Kalman Filter as part of a class project recently. Well, strictly speaking, I didn’t have to, but this is a “simple” and well known algorithm so I thought it would be useful. Also, examples of Kalman Filters online are often only one-dimensional. Anyway, you can find the code here, or [...]