exponential Times
◀ Previous

SIR models and Covid-19 spread

1 Exponential growth

I used data from this website: https://www.gov.uk/government/publications/covid-19-track-coronavirus-cases — I assume other countries have something similar [May update: this site became increasingly difficult to use as the developers made it more “user-friendly” https://github.com/tomwhite/covid-19-uk-data may be useful to others.]. When this is all over, this link will presumably be retired at some point in the future. The “daily confirmed cases” link leads to a page where a xlsx table can be downloaded, updated daily.
The present version allowed me to construct this graph:
image: lin.svg
The y-axis is new daily cases, and the exponential formula was a fit for an “exponential” trend line that my spreadsheet software (Libre) allows me to display.
When studying exponentials, it can be handy to use a logarithmic scale:
image: log.svg
This has converted the exploding “hockey-stick” curve into a straight line, but notice that the distances between factors of ten are the same in the sequence 1-10-100-1000-10000.
The important point for me is the trendline formula fit and the part multiplying “x” in the exponential. Here it is about 0.16. To go any further in the decimal is to fool yourself that you are being more accurate, given the variation about the curve. In mid-March, this number was higher, about 0.2 or more.
We can do the same thing for the cumulative reports:
image: clin.svgimage: clog.svg
Hopefully you don't need me to tell you which version has a logarithmic scale. The exponential factor here is 0.17. It is also perhaps clearer that the growth factor was higher in mid-March. This is a positive sign indicating that social behaviour has changed to reduce the infection rate. It could also be a result of there being a reduced susceptible pool. At this point there are about 1/1000 of the UK population (almost 70 million) who have been confirmed as infected. The current confirmed deaths is more than 6000, about 10% of the confirmed cumulative infection. Many more presumably are self-isolating, but are not confirmed (and never will be without mass testing for antibodies and such). Will some of these people die without help and care in their final moments? The cynic in me suspects that there will be pressure to sweep some of these stories under the rug to avoid criticism of the government's performance.
For what it's worth, the daily death “x-factor” is about 0.18, and the cumulative 0.24. These are more reflective of my mid-March figures for infection with a two-three week delay in response.
Mathematical details (click to reveal)
Why am I just slapping the same process on different sets of figures. The first point is that different ways of dicing up the exponential growth should lead to similar x-factors, and largely they do, except for the cumulative death's 0.24. When you are dealing with the early stages of an infection (and other exponential-type processes), the initial form for the daily infection reports should go as:
\[\Delta I = + \gamma I\]
If the cumulative number of infections (I) is growing exponentially, so will the daily reports (ΔI), multiplied by the γ-factor. The death statistics can also be treated with appropriate factors. In our case γ can be determined using the exponential function. The x-factor of 0.15 corresponds to \(\gamma = \exp\left( 0.15 \right) - 1 = 0.16\). You may have noticed that \(0.15 \approx 0.16\). This is not an accident: the smaller the x-factor, the closer γ will be to it. This is built-in to the exponential function. In a future life (if I have one), I may explain this.
In our SIR model, the γ-factor is:
\[\gamma = + \alpha S - \beta\]
Assuming that we know “S”, we need another piece of information to tie down the α and β parameters.
Next ▶