What does particle filter mean?

An estimator that represents its belief as a cloud of guesses, called particles. Each tick it moves every particle with the motion model plus noise, weights each by how well it explains the measurement, and resamples, so it can hold a belief of any shape.

Also written as: particle filters

In a lesson

The particle filter's idea is blunt and it works: instead of describing the belief with a formula, keep a few hundred guesses and treat the collection as the belief.

Learn it

Used in

Do the lesson in the simulator

All glossary terms