["bug"] The current % acutity (Hosp, ICU, and Vent are error prone) #336
Labels
bug
Something isn't working
help wanted
Extra attention is needed
hospital-request
A hospital needs this to make a decision
models
Correct/improve the underlying models
python
The current parameters are dependent but the promoted input and use don't keep that constraint.
One could put int a hirer Ventilated rate the ICU or Hosptial, but this is not actually possible.
Furthermore, publications report rates of ICU (Critica Care) as rate hospitalizations. And rate of ventilated patients as rate of critical care patients
Fix
These fields should be updated to:
Hosp %(total infections)
ICU (% total hosp)
Vent (% critical care)
The code should be updated to translate those numbers into %'s of total infections.
For example
Hosp %(total infections) = 2.5
ICU (% total hosp) = 30%
Vent (% critical care) = 66%
Expected behavior:
What I got instead:
(screenshots if applicable)
The text was updated successfully, but these errors were encountered: