filterpy
filterpy copied to clipboard
Implementation of an IMM smoother
Is there any pointer on start implementing an IMM smoother?
It looks like for linear KF and UKF have a rts_smoother
function which takes a batch-processed copy of means and covariances to do the smoothing. I am trying to get familiar with the codebase but how would I do it with IMMEstimator
?
That would be awesome and the most powerfull smoother I can think off.