The Histogram Filter
Table of Contents:
The Histogram Filter
An alternative to continuous distributions are piecewise constant approximations, such as histograms. These are nonparametric filters, since they do not utilize parameters like a mean and covariance
The Histogram Filter is a type of nonparametric filters that discretizes the state space into a finite number of regions. The histogram assigns to each region a single cumulative probability.
1-D Histogram Filter
- for all
do:- \( \hat{p}{k,t} = \sum\limits_i p(X_t = x_k \mid u_t, X{t-1} = x_i) p_{i,t-1} \)
2-D Histogram Filter and Grid Localization
References
[1] Sebastian Thrun, Wolfram Burgard, Dieter Fox. Probabilistic Robotics. The MIT Press, Cambridge, MA, 2005.