0
$\begingroup$

So since this pandemic is going on, I thought to model the growth of the virus in my area (not seriously, just as an exercise). I tried some things on my own and took the average growth factor over the course of a week and did: (current no. of cases)*(growth factor)^(number of weeks). This method was kind of accurate but it was not realistic because the number of cases grew exponentially and didn't stop.

Later on, I learned about differential equations from YouTube and other sources (as calculus hasn't been taught to me in school yet). But I couldn't understand things fully.

In the logistic differential equation $\frac{dN}{dt} = kN(1-\frac{N}{L})$. Its solution is $N(t)=\frac{N_0*L}{N_0+(L-N_0)e^{-kt}}$. Where $N$ = number of cases at time $t$, $N_0$ = initial number of cases, $k$ = constant of proportionality, $L$ = limiting/carrying capacity.

I tried putting k as the growth factor but I don't know what to put as L as I don't know what the limiting capacity is. I can't put the limiting capacity as the total population as the number of cases asymptotes towards a number much lower than the total population. So then I decided to take the percent of the total population of countries affected by COVID-19, but I don't think that would work because there are differences in healthcare facilities and other factors between these places. How do I correctly model this? I hope the question was clear.

$\endgroup$
4
  • $\begingroup$ Please use the link to format your questions: math.meta.stackexchange.com/questions/5020/… $\endgroup$
    – scoopfaze
    Commented Jun 6, 2020 at 17:14
  • 3
    $\begingroup$ From an ethical perspective, I would advise while this is an interesting intellectual exercise, please do not share your results with others and treat it as if it were gospel. Too much misinformation has been spread amidst COVID-19, with some of it being driven by computer scientists and data scientists that don't have the domain knowledge necessary to model such information appropriately. I've personally refrained from doing anything other than have my students create graphs of what is currently happening; future modeling is something that is best kept to the doctors and epidemiologists. $\endgroup$ Commented Jun 6, 2020 at 17:27
  • $\begingroup$ Learn about the SIR model. There are several movies on Youtube. $\endgroup$
    – md2perpe
    Commented Jun 6, 2020 at 17:48
  • 1
    $\begingroup$ oh yes, that makes sense. I've removed the results and I won't be taking this seriously or sharing the results with anyone from now on. @Clarinetist $\endgroup$ Commented Jun 6, 2020 at 17:52

2 Answers 2

1
$\begingroup$

Since you are using a logistic equation for the number of cases, you can try to parametrize the two parameters in your model using case data. For this, you will need at least all the data until the peak of the epidemic.

For the pandemic, since you are looking to model using logistic equations, one simple way is to use the logistic patch model (see this). For each country/region/city/county/etc. (similar type), you can increase the number of patches by one.

As Clarinetist points out, you should only do this as an exercise to gain some understanding of the dynamics of a pandemic. However, I am unaware of any successful attempt at modeling/forecasting the current pandemic - the previous forecasts are proven to be completely off the mark. There are many reasons for this, but it is not the place to discuss this topic.

$\endgroup$
2
  • $\begingroup$ What do you mean by parametrizing two parameters? I know about parameters but I'm not sure I understand that. Thanks for the link, I'll check it out. And yes, I'll be using this as a tool to gain a better understanding of differential equations. $\endgroup$ Commented Jun 10, 2020 at 17:13
  • $\begingroup$ You can build a statistical model based on your data and dynamical model. Then use a statistical fitting technique to figure out the set of parameters that allows the model to capture the data the best. For example, you can use nonlinear fitting. The link does contain some fitting examples. $\endgroup$
    – Paichu
    Commented Jun 10, 2020 at 23:01
0
$\begingroup$

I did a work exactly about what you are talking about, what I did was an approximation of the effectiveness of different health care measurements, search, for example, how many people are at quarantine, so you can reduce your maximum capacity L. My research is in spanish but I would love to share it. Maybe you would want to do the investigation only for a certain country, making the recollection of measures that redule L much easier.

$\endgroup$
2
  • $\begingroup$ I would love to see your research. I think I'll use google translate to understand Spanish. $\endgroup$ Commented Jun 10, 2020 at 17:13
  • $\begingroup$ It is pretty superficial, sent me your mail and I will send it. Or any other messaging app you want $\endgroup$ Commented Jun 10, 2020 at 17:30

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .