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

Extended Kalman Filter (EKF) for non-conjugate LDS models #33

Open
slinderman opened this issue Mar 11, 2022 · 0 comments
Open

Extended Kalman Filter (EKF) for non-conjugate LDS models #33

slinderman opened this issue Mar 11, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@slinderman
Copy link
Contributor

Use jax.grad to implement a generic extended Kalman filter for linear dynamical systems with linear Gaussian dynamics and nonlinear/non-Gaussian emissions. See chapter 18.5 of Probabilistic Machine Learning by Murphy (2012).

To implement the EKF, we will need the unconstrained parameters of a model. See #32

@slinderman slinderman added enhancement New feature or request good first issue Good for newcomers labels Mar 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant