Expected number of new cases fix
The expected_new_cases
method now considers the number of exposed people for long-range concentrations, and the number of people with short-range interactions when those are defined. Added validation in both ends.
In this scenario there are 9
people exposed, in which 2
had short-range interactions:
- For long- and short-range:
(2 * 33.4 / 100) + (9.9 * (9 - 2) / 100) = 1.36
- For long-range only:
(9.9 * (9 - 2) / 100) = 0.69
Minor version update: v4.15.2
Edited by Luis Aleixo