BayesianLogic / blog

The BLOG programming language
http://bayesianlogic.github.io/
BSD 4-Clause "Original" or "Old" License
98 stars 31 forks source link

Fixed-lag smoothing #343

Open Rulison opened 7 years ago

Rulison commented 7 years ago

The current Particle Filter does not support fixed-lag smoothing.

yberol commented 7 years ago

need to compare Jared's implementation against

a good test case would be to run the fixed-lag particle smoother against a simple linear Gaussian model with the fixed-lag Kalman smoother.