hiukkasfiltterit
Hiukkasfiltterit, also known as particle filters, are a class of Bayesian filtering algorithms used to estimate the state of a dynamic system. They are particularly useful when dealing with non-linear systems and non-Gaussian noise, where traditional Kalman filters struggle. The core idea behind particle filtering is to represent the probability distribution of the system's state using a set of discrete samples, called particles.
Each particle represents a possible state of the system, and these particles are propagated forward in time
A crucial step in particle filtering is resampling. After re-weighting, there can be a concentration of probability
Particle filters have found applications in various fields, including robotics for localization and mapping, computer vision