Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chime model - SIR calculation #419

Open
dzak1234 opened this issue Apr 1, 2020 · 2 comments
Open

Chime model - SIR calculation #419

dzak1234 opened this issue Apr 1, 2020 · 2 comments
Assignees
Labels
models Correct/improve the underlying models
Projects

Comments

@dzak1234
Copy link

dzak1234 commented Apr 1, 2020

Hello,

I am testing the following set of parameters:

Currently Hospitalized COVID-19 Patients 69
Doubling time before social distancing (days) 4
Social distancing (% reduction in social contact) 30%
Hospitalization %(total infections) 2.5%
ICU %(total infections) 0.75%
Ventilated %(total infections) 0.5%
Hospital Length of Stay 7
ICU Length of Stay 9
Vent Length of Stay 10
Hospital Market Share (%) 15%
Regional Population 100,000

My t = 0 numbers are:
Susceptible: 71,290
Infected: 19,653
Recovered: 9,055

Given the above initial set of inputs/parameters, I get the following parameters after application of social distancing: beta = 0.00000182445, gamma = 0.071429 (assuming 14 days for recovery). Therefore, my number of infected people during t=1 should be:
I(1) = (S(0)betaI(0)-gamma*I(0)) + I(0) = (71,290 * 0.00000182445 * 19,653 - 0.071429 * 19,653) + 19,653 = 20,805

However, when I plug in the initial parameters into your CHIME model, I get infected people at t = 1 to be 20,813. I realize that the difference is small, however, the difference diverges the further out in time I go.

Any thoughts would be greatly appreciated.

Thank you.

@dzak1234 dzak1234 added the models Correct/improve the underlying models label Apr 1, 2020
@dzak1234
Copy link
Author

dzak1234 commented Apr 3, 2020

Hello, just wanted to circle back and see if there are any thoughts regarding this. Thank you.

@ManuTel
Copy link

ManuTel commented Apr 6, 2020

hi @dzak1234 I have one query that I think you can answer. Given the input, you arrive at the following SIR at t=0

My t = 0 numbers are:
Susceptible: 71,290
Infected: 19,653
Recovered: 9,055

Can you please explain how CHIME estimates the t=0 numbers for infected and recovered?
Thanks in Advance. I tried to do manual calculations but failed.

@rcknplyr rcknplyr added this to Inbox, Unprocessed in Analysis via automation Apr 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
models Correct/improve the underlying models
Projects
No open projects
Analysis
  
Inbox, Unprocessed
Development

No branches or pull requests

4 participants