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

["model"] Fit all free parameters against longer hospital time series #452

Open
PhilMiller opened this issue Apr 2, 2020 · 1 comment
Open
Labels
models Correct/improve the underlying models
Projects

Comments

@PhilMiller
Copy link
Collaborator

Summary

Among the inputs to the model, parameters can be broken up by which ones should be firm details of the population and hospital, or reliable local calculations, and which ones are unknowns that observations should fit

Firm

  • Regional population
  • Market share
  • ICU and Ventilator usage, as a fraction of hospitalized cases
  • Lengths of stay

Unknown

Given a week or two worth of actual hospital admissions, it should be possible to automatically estimate values for all of these parameters.

Additional details

One potential confounding factor would be if the standard for hospitalization changes over time, to reflect increasing healthcare system burden and narrowed focus on the most critical cases.

Of the unknowns, latency should be the most general across regions and populations, but may still vary with distribution of demographics, comorbidities, etc, so it seems worth treating it as local.

Suggested fix

Take as many days of hospital admission data as available as input, and automatically determine all possible parameters.

@fedhere
Copy link

fedhere commented Apr 6, 2020

Hi,
In my experience:
Regional population -> not firm: there may be inflation due to people fleeing areas for their second homes, University shut down

ICU and Ventilator usage, as a fraction of hospitalized cases -> this is largely not known

% Infections requiring hospitalization
Spread parameter (as initial beta, doubling time, whatever)
latency from infection to hospital presentation (#340 for implementation of this variable)
Effect of social distancing measures (as contact reduction rate, or adjusted beta, whatever)

For our case, we definitely want to fit regional population and hospitalized/ICU/Vent fraction
I am only fitting the doubling and social distances among the infection parameters.

@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

2 participants