You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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})$
The text was updated successfully, but these errors were encountered:
Please add the 'models' label to this, so I can link to
modelsCorrect/improve the underlying models
in the app header, and have it reflect the list of changes
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})$
The text was updated successfully, but these errors were encountered: