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

Pass model parameters into EAKF as a combined numpy array, #135

Open
odunbar opened this issue Jun 18, 2020 · 0 comments
Open

Pass model parameters into EAKF as a combined numpy array, #135

odunbar opened this issue Jun 18, 2020 · 0 comments

Comments

@odunbar
Copy link
Collaborator

odunbar commented Jun 18, 2020

We should combine all model parameters (transition_rates, transmission_rates, (and in the future exogenous rates) as a single numpy array into the EAKF. At the moment they are distinguished and then combined.

It makes sense to do this for parameters and states, but not between the individual parameter types.

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

No branches or pull requests

1 participant