Skip to content

Fix calculation of daily new infections #189

@cjbayesian

Description

@cjbayesian

Current daily new infections are being calculated as $I_{t+1} - I_{t}$, which doesn't account for the infected cases transitioning into recovered during that time step. The calculations should be $I_{new} = (I_{t+1} - I_{t}) + (R_{t+1} - R_{t})$

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingmodelsCorrect/improve the underlying models

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions