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

Use a linear predict when possible #36

Open
4 tasks
janosg opened this issue Sep 5, 2019 · 0 comments
Open
4 tasks

Use a linear predict when possible #36

janosg opened this issue Sep 5, 2019 · 0 comments

Comments

@janosg
Copy link
Member

janosg commented Sep 5, 2019

We use an unscented Kalman predict even if all transition equations are linear. However a linear predict step would be much faster and the predict step is the bottleneck in most models.

The linear predict step is already implemented and tested. The only thing that's left is to integrate it into the likelihood function. Among others this will need the following steps:

  • write a function that determines if the linear predict can be used
  • construct the transition matrix from the parameters
  • construct other input arrays
  • select the correct predict function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant