Bayes Filter
Last updated
Last updated
The core idea of the application of Bayes' rule is that we can update our belief based on the new data. Here is a classic example in many robotics text books that illustrates the idea:
This example might be too simple. An example with multiple doors is more interesting for the thought process but we will leave it as an exercise.
The Bayes Filter algorithm consists of two steps:
prediction
belief update
TODO