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):
linear_case_pykalman.ipynb
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.
linear_case_filterpy.ipynb
Thanks in advance for the help !