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
406 stars 134 forks source link

Iterated Posterior Linearization Smoother (IPLS) #1029

Open mrcfon opened 4 months ago

mrcfon commented 4 months ago

This PR adds the following classes:

The Iterated Posterior Linearization Smoother (IPLS) described in [1] performs statistical linear regression (SLR) of the nonlinear transition and measurement models w.r.t. to the current posterior approximation.

A running example can be found here.

[1] Á. F. García-Fernández, L. Svensson and S. Särkkä, "Iterated Posterior Linearization Smoother," in IEEE Transactions on Automatic Control, vol. 62, no. 4, pp. 2056-2063, April 2017, doi: 10.1109/TAC.2016.2592681.