The GTSAM library is a C++ library with Python wrappers for performing MAP estimaiton and (marginal) posterior inference in Gaussian graphical models. If the model is linear, the inference is exact; if it is nonlinear, it is approximate. The methods generalizes Kalman smoothing to arbitrary graphs.
The goal of this exercise is to reproduce the results of JSL kalman smoother and Kalman sampler using GTSAM applied to some toy problem.
The GTSAM library is a C++ library with Python wrappers for performing MAP estimaiton and (marginal) posterior inference in Gaussian graphical models. If the model is linear, the inference is exact; if it is nonlinear, it is approximate. The methods generalizes Kalman smoothing to arbitrary graphs.
The goal of this exercise is to reproduce the results of JSL kalman smoother and Kalman sampler using GTSAM applied to some toy problem.