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})$
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})$