tapios / risk-networks

Code for risk networks: a blend of compartmental models, graphs, data assimilation and semi-supervised learning
Other
2 stars 2 forks source link

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

Open odunbar opened 4 years ago

odunbar commented 4 years ago

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.