Skip to content
New issue

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

Updated noise handling #147

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

Updated noise handling #147

wants to merge 3 commits into from

Conversation

teubert
Copy link
Collaborator

@teubert teubert commented Mar 16, 2022

Cleaning up noise handling for UKF and KF. Alternate to #146

In this case we're requiring the user to use model.parameters['process_noise'] and model.parameters['measurement_noise'] rather than specifying separate values for the UKF/KF.

We still have to allow the user to specify a measurement_noise matrix when using a measurement equation since the dimensions won't match (i.e., measured values may not be the same as outputs).

Pro: MUCH simpler
Con: Lose ability to specify custom noise for filter that differs from model noise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant