Bellman filter
From HandWiki
Short description: Algorithm that estimates the value sequence of hidden states
The Bellman filter is an algorithm that estimates the value sequence of hidden states in a state-space model. It is a generalization of the Kalman filter, allowing for nonlinearity in both the state and observation equations. The principle behind the Bellman filter is an approximation of the maximum a posteriori estimator, which makes it robust to heavy-tailed noise.[1] It is in general a very fast method, since at each iteration only the very last state value is estimated. The algorithm owes its name to the Bellman equation, which plays a central role in the derivation of the algorithm.
References
- ↑ Lange, Rutger-Jan (1 January 2024). "Bellman filtering and smoothing for state-space models". Journal of Econometrics 238 (2). https://www.sciencedirect.com/science/article/pii/S0304407623003482?via%3Dihub.
Original source: https://en.wikipedia.org/wiki/Bellman filter.
Read more |