CodeForPhilly / CodeForPhilly/chime

Chime model - SIR calculation

Đang mở
#419 2 bình luận 0 reaction 2 người được giao Được @mdbecker nhận Xem trên GitHub
models
Ngôn ngữ chính
Python
Star
210
Fork
153
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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)*beta*I(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.

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.