filterpy
filterpy copied to clipboard
Need some help to reproduce pykalman behavior on simple linear example
I want to switch from pykalman to filterpy because the later is not maintained anymore.
I try to reproduce a basic filtering and smoothing example that I did with pykalman (original code from Anton):
However, I struggle to make it work with filterpy and I do not really get why... It has to do with missing values handing I guess.
Thanks in advance for the help !
Page not found in both cases. Seems like they are here now. But where is the issue?
Salut @Eheran1,
Thank you I fixed the two links.
Well, indeed, the second link relies on PR #263 which solves the issue. Here is the original notebook (using filterpy 1.4.5 from pypi). As you can see, the non handling of NaN causes problems and is not really compatible with a numpy approach.
Note that the PR has not been merged so the issue cannot be closed.