dstl / Stone-Soup

A software project to provide the target tracking community with a framework for the development and testing of tracking algorithms.
https://stonesoup.rtfd.io
MIT License
384 stars 126 forks source link

New Recursive updaters added #859

Closed spike-dstl closed 8 months ago

spike-dstl commented 9 months ago

Added new updaters that use calculated posterior state estimates as a prior to run recursively for n steps. Additionally, a new ensemble updater with an inflation step as a building block for a recursive version.

New updaters:

Tests added for all updaters.

As well as the new updaters, I have included an example document for the Ensemble Filter in this pull request.