Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 549 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 549 Bytes

Variational Iterated Gaussian Smoothing

Implements iterated Gaussian smoothing based on sequential variational Bayes

Installation

Create a conda environment

conda create -n NAME python=3.9

Then head to the cloned repository and execute

pip install -e .

Examples

The variational smoother applied on a coordinated-turn model

python examples/forward_markov/bearing_fwd_var_smoother.py

Credit

This project uses code snippets from

https://github.com/EEA-sensors/sqrt-parallel-smoothers