Return to COVID-19 projections

COVID-19 projections – 21 September 2020

I restarted the analyses in early July 2020 with the onset of the new Melbourne outbreak. The logic behind these charts is that they fill an information gap. Official data sources only give historic data series, and mainstream media typically only give near term predictions based on opinion.

Chart update 21 September 2020

What’s new?

It has been a week since the last chart.  The model based on fitting data to a Richards’ growth curve, also known as the generalised logistic function, has continued to perform relatively well.  New cases continue to reduce.  The Richards’ growth curve model has been slightly underestimating for about three weeks, though in the last few days, the estimates have been quite close to the actual case numbers.

From today, in addition to the “new daily cases” chart I’ve included a chart of the “cumulative” case numbers, starting from 1 June 2020 (second chart). For those interested, this is what the model estimates directly. The “new daily cases” estimates are created by calculating the first derivative of the model projections. As can be seen in this chart, the fit of the model to the actual cumulative daily case numbers is extremely good.

Projection of new daily cases, and cumulative counts of COVID-19 with data up to 21 September 2020

What is this?

The top image is a chart of the confirmed daily new cases of COVID-19 in Australia, and the lower image is a chart of the cumulative case count, starting from 1 June 2020. Projections are given for the next 2 weeks. The projection is made using a model by fitting the cumulative case data since 1 June 2020 to a Richards’ growth curve using non-linear regression. The dark central dashed lines are the model estimates, with 95% prediction intervals. On the top chart, the green gradations can be understood as the degree of uncertainty in the model projections.

This model was introduced on 13 August 2020, replacing the previous model that fitted data to a Gompertz equation.

“Richards’ growth curve”? “Gompertz equation”?

Those who have been following these charts would know that the original model was constructed by fitting the cumulative daily case numbers to a Gompertz equation. This is an “S-shaped” or sigmoid curve. There were two rationales in doing this. The first is that the Gompertz function describes well certain types of biological growth, including epidemics. The equation itself is the solution to a specific differential equation that has some plausibility with regards to case growth in an epidemic. The second more empirical rationale is that Chinese authors found that the Gompertz equation appeared to describe the growth of COVID-19 cases in parts of China (Jia et al. arXiv:2003.05447v2 [q-bio.PE]). I personally found this was the case in the March-April outbreaks in Australian and New Zealand.

However, the Gompertz equation does have limitations. For one, the inflexion point of the curve is fixed. The inflexion point is where we would see the peak number of new cases a day. The inflexion point of the Gompertz function at 37% of the final total number of cases in an outbreak (exactly at the ratio of 1 to (e-1), where e is Euler’s number). While this is what we might expect in an outbreak where the growth dynamics remains relatively constant, it will be a poor description if the intensity of interventions to control transmission increases over time (e.g., with the stage 4 restrictions).

The Richards’ growth curve (or the generalised logistic function) is a broad family of sigmoid curves, and can describe curves with inflexion points that vary. It too has been demonstrated to have utility in modelling COVID-19 outbreaks (Lee et al. PLoS One 2020 doi: 10.1371/journal.pone.0236860). A consequence of this freedom, however, is that IF data is well describe by the Gompertz equation, there will be greater uncertainty and statistical error using a Richards’ curve. This is not just a theoretical concern. When I use the Richards’ growth curve to model data from earlier in the Melbourne outbreak, it tends to result in very wide prediction intervals in near future projections, with an estimate that biases towards under-estimates. Effectively, projections from a Richards’ growth curve using early data result in overly optimistic estimates of how soon the inflexion point or the “peak” will come.

So why now? Firstly, we have crossed the peak/passed the inflexion point already. My intuition is that the more flexible nature of the Richards’ curve now that data exists for a larger range of the curve, will lead to much better performance than using a similar method with the Gompertz equation. Moreover, it is clear that the projections from the Gompertz equation are not credible in the near future, due to it’s fixed inflexion point, and that the actual case curve has been “bent down” through interventions.

Comparison between the Gompertz and Richards’ growth curve model projections, along with smoothed data trends (moving average vs GAM) with data up to 21 September 2020

Note: simple moving average and the generalised additive model can be considered to be smoothing methods of the raw data and no future projections are given (or meaningful).  The coloured shaded areas on the three charts are the 95% confidence interval of the mean. These can be interpreted as the range of values that are mathematically compatible with the estimate of the mean. The wide confidence intervals on the Gompertz model when compared to the generalised additive smoothing trend indicates the poor fit of the Gompertz model with the data.

 

How have the model projections changed over the month?

The video demonstrates how the projections have evolved over time as new daily data have become available. This can give a better sense of where we are headed, given that the model cannot account for changes in context (e.g., policy changes, changes in testing rates, etc.)  Please note the model change that occurred on 13 August 2020 (Gompertz = blue, Richards’ = green).

 

My interpretation

The clear downward trajectory continues as time marches forward.  As we start to approach quite small numbers, the meaningfulness and utility of the model starts to decrease.  One of the (hidden) assumptions in this model is that the national case numbers largely represent one “outbreak”.  Clearly, this assumption is false as the outbreak in Victoria is quite separate, for instance, to the low level community transmission in NSW.  While case numbers were almost entirely dominated by the Victorian numbers, this was largely irrelevant to the model.  This gap is likely to close in the next week.  My hunch is that the model is likely to be borderline irrelevant in the coming week or two.

 

Want to know more?

Primary data source is the Australian Government Department of Health COVID-19 website for daily new cases. Analysis done using RStudio Cloud using R version 4.0.2.

Today’s charts

Data: au_covid
R code: richards_model