Behrouz-Babaki / covid-19-model

MIT License
0 stars 6 forks source link

Feed the output of data converter to the Paris SIR model #4

Open ghost opened 4 years ago

ghost commented 4 years ago

Write a piece of code that receives the values $lambda_{ij}(t)$ (from the data converter) and $\mu_i$ and generates the marginal probabilities according to the equation (11) in this note.

One can look at the existing code in this repository for inspiration.

ghost commented 4 years ago

@kunalsinha9 and @varghesesanya should agree on the data format since this task reads some of its input from the data converter.