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

Integrate Dawei's confirmed projection #87

Open
xunhuang opened this issue Apr 25, 2020 · 0 comments
Open

Integrate Dawei's confirmed projection #87

xunhuang opened this issue Apr 25, 2020 · 0 comments

Comments

@xunhuang
Copy link
Owner

https://drive.google.com/open?id=1vgNrDkDjvCM-kUoeq3MpZJE9k3T3-tCW

Please check the attached python scripts for the model and an example how it is being used. Here is the rough procedures:

  1. Find the following information:
    the_R0 = 2.4
    the_positve_rate = 0.19
    google_mobilitiy_report_peak_reduction = 0.55
    days_to_stay_at_home = 14
    stay_at_home_ramp_up_days = 35
    the_siki = [0, google_mobilitiy_report_peak_reduction]
    the_siki_days = [days_to_stay_at_home, stay_at_home_ramp_up_days]
    the_population = 327000000
    the_family_size = 3.14 # Minimum 1, USA 3.14
    Then fit the model with reported cases to identify:
    E0
    I0
    detect_rate
    detect_rate_rampup_days

The above fitting needs to be run only once. After that, you just need to run once a day to normalize E0 and I0.

Then run the model with boundary siki and plot the daily cases and cumulative daily cases.

Let me know if you have any questions.

Best,

Dawei

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant