Implement an ExposureModel.reproduction_number, which is modelled by having precisely one infected person in the concentration model
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
.