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 ...
For now Doxygen has limited support for Python. It recognizes Python comments, but otherwise treats the language as being more or less like Java. It doesn't understand basic Python syntax constructs ...