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

added dictionaries to save observed states,means,variances by time #155

Closed odunbar closed 4 years ago

odunbar commented 4 years ago

This prevents finding and measuring observed states in the past when performing backward-forward DA. simply stores the observed states, the means and variances as dicts: { time : np.array}