This Python source file implements a simple particle filter. It implements the bootstrap particle filter which is also known as the sequential importance resampling particle (SIR) filter. Note that ...