JS

J.C.C. Schikhof

info

Please Note

2 records found

The Kalman filter is a recursive algorithm that estimates the state of a dynamic system subject to measurement and model noise. If all noise terms affecting the system are white Gaussian noise with known mean and variance, and all noise terms are independent of each other, then the Kalman filter is the optimal estimator for the state variable. When measurements are collected from multiple sources, the covariance between these sources should be known or the sources should be independent to ensure that the estimate made by the Kalman filter is optimal. When the covariance between dependent measurement sources is not known, various methods exist which provide a solution to this problem. This thesis discusses two methods: the H∞ filter and covariance intersection... ...
Bachelor thesis (2021) - J.C.C. Schikhof, F.H. van der Meulen
Dit project vergelijkt drie verschillende kernels (Random Walk, Langevin en Barker) die gebruikt kunnen worden in het Metropolis-Hastings algoritme aan de hand van voorbeelden. ...