We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like there is an indexing issue on the Fs:
filterpy/filterpy/kalman/kalman_filter.py
Line 995 in a437893
Line 478 in a437893
Comparing to the standalone smoother:
Line 1779 in a437893
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It looks like there is an indexing issue on the Fs:
filterpy/filterpy/kalman/kalman_filter.py
Line 995 in a437893
I'm not sure why there are the k+1 indeces. I would expect this to be the same as the calculation of P in the forward pass:
filterpy/filterpy/kalman/kalman_filter.py
Line 478 in a437893
Comparing to the standalone smoother:
filterpy/filterpy/kalman/kalman_filter.py
Line 1779 in a437893
the k+1 terms are not there.
The text was updated successfully, but these errors were encountered: