Sannsynlighetsfiltre
Sannsynlighetsfiltre, also known as probabilistic filters, are a class of algorithms used to estimate the state of a system based on a series of noisy measurements. They are particularly useful in situations where the system's dynamics are uncertain or the measurements are inaccurate. The core idea behind probabilistic filters is to maintain a probability distribution over the possible states of the system, rather than a single, precise estimate.
These filters work by iteratively updating this probability distribution. Initially, a prior probability distribution is established,
Common examples of probabilistic filters include the Kalman filter, the particle filter, and the Bayesian filter.