Outbreak
Latest Publications


TOTAL DOCUMENTS

2
(FIVE YEARS 0)

H-INDEX

0
(FIVE YEARS 0)

Published By Flashpub

2693-6828

Author(s):  
Emily Eshraghian ◽  
Nathan Jacobs ◽  
Jeffrey Morgan

Here we extend and update our earlier projections of COVID-19 hospitalizations in San Diego County (1), and report a more optimistic outlook through the end of April 2020. San Diego confirmed its first case of COVID-19 on March 7, 2020. Several mitigation efforts were enacted on various dates, including a state-mandated stay-at-home order and enforcement of social distancing in public areas. Though mitigation strategies are helping lower the burden of disease, incident cases continue to increase exponentially. Our updated model includes data up to April 7 and does not forecast beyond April 30. Our approach uses a “wisdom of crowds” strategy (see link to methods for details) where a range of outbreak models from worst case scenario (Model A) to best case scenario (Model C) were presented to experts and non-experts (n=8) who were asked to vote on a most plausible model for expected COVID-19 spread. Final vote tallies were used to create a weighted average (Model M) as the official model projection. Our model predicts that San Diego County will not hit hospital capacity for standard hospital beds (panel a) nor for intensive care unit (ICU) beds (panel b) within April 2020. If current conditions continue, we predict the expected “surge” in hospitalizations to occur without surpassing hospital capacity, and that hospitalizations will decrease thereafter until the outbreak has been contained. However, it is important to note that factors such as changes in social distancing policies, even if occurring when existing or incident cases are low, may still result in new outbreaks and future spikes in hospitalizations. Furthermore, no models have been extensively validated for COVID-19. We encourage all residents of San Diego to continue rigorously following social distancing practices to improve the likelihood of best case scenarios and limit the scope of possible worst case scenarios.


Author(s):  
Jordan Poles

Overview: There are a number of different methodologies that one can employ in order to model the outbreak of an infectious disease, in this case the novel 2019 coronavirus (COVID-19). Some, like generalized logistic models or Richards models rely on the expectation of a logistic pattern of growth in cumulative cases and clasically do not incorporate such complex dynamics as isolation of infected individuals, shelter-in-place orders for the general population (as instituted in New York City), or other change in public health policy over time. Here we present an implementation of a Susceptible-Infected-Recovered-Deceased (SIRD) model, with parameter fitting to real-world data, which can assist in projecting the overall trajectory of an outbreak in response to such complex changes in the environment. Our methodology is contained in a freely available IPython notebook, with the goal of providing a good starting point for other citizen scientists interested in exploring and forecasting the COVID-19 outbreak. Methodology: While a great deal can be learned from the simpler style of models mentioned above, the SIRD model allows for a great deal of nuance in forecasting because it attempts to approximate real-world dynamics, namely the flux of individuals between compartments in the outbreak; for example, susceptible people become infected at a specific rate, and those infected people then recover or die at specific rates. Our implementation of this model utilizes a system of ordinary differential equations (ODEs) inspired by the work of Diego Caccavo [1]. Typically we model the rate of infection as a constant β multiplied by the overall proportion of infected people and by the # of susceptible people. In our methodology, we have instead modeled this β value as a function of time β(t). In this way, we can account for changes in infection rate, for example a decrease due to a lockdown at timepoint t_lockdown (with shelter-in-place, for example) or an increase due to the lifting of such a lockdown at timepoint t_lift (Fig C). After establishing the equations which will dictate the dynamics of the model, we fit the parameters (β, 𝜏_𝛽, 𝛾, 𝛿) using non-linear least-squares regression via a function provided by the SciPy package. Results: We demonstrate a functional IPython Notebook which allows for fitting of SIRD model parameters to real-world datasets. Additionally, we can form rudimentary projections of potential outbreak trajectories in response to real-world changes in the environment in which an outbreak is occuring by modifying the system of ODEs. For example, we show the effect of changing the date on which shelter-in-place measures are lifted on a simulated New York City (NYC). We first fit the parameters of the SIRD model (Fig C) using real-world outbreak data from NYC provided by the NY Times. We then run the model, demonstrating that lifting shelter-in-place public health measures after only a month causes a rebound and second peak in cases in the simulated New York City (Fig A). On the other hand, lifting the shelter-in-place orders after two months allows the outbreak in the simulated city to die down without a second spike in cases (Fig B). Conclusions: Overall, we believe that there is a great deal of predictive and explanatory power provided by SIRD-type models. We hope that other researchers in the field can use our work as a basis for further customization and tailoring of the system of ODEs, allowing these models to be fit to a variety of different cities, states, or other regions. That said, we also want to urge caution to those hoping to utilize these models to exactly predict the course of an outbreak or develop specific timing of public policies. These models are simply projections, and are highly limited by the overall limited availability and quality of data at this point in the COVID-19 outbreak.


Sign in / Sign up

Export Citation Format

Share Document