elfjes / crowns-dilemma

A simulation game of the Covid-19 outbreak
MIT License
0 stars 0 forks source link

Calculate apparent R0 #23

Open elfjes opened 4 years ago

elfjes commented 4 years ago

R0 is currently an emergent parameter, it can be shown as a modeling result in the statistics panel

elfjes commented 4 years ago

Can be calculated as R0=dailyReproduction * beta with beta = (DEAD.latest + CURED.latest) / (MILD.total + HOSPITALIZED.total + INTENSIVE_CARE.total)