Skip to content

Implement an ExposureModel.reproduction_number, which is modelled by having precisely one infected person in the concentration model

Philip Elson requested to merge feature/reproduction_rate into master

Closes #98 (closed).

You can't see anything in the expert app, since it is hard-coded to a single infected person (to be addressed separately), but when tweaking that number, I could clearly see that the reproduction_number was never < expected_new_cases/n_infected.

Merge request reports