Return to COVID-19 projections

COVID-19 projections – 17 August 2020

I restarted the analyses in early July with the onset of the new Melbourne outbreak in July 2020. 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 17 August 2020

What’s new?

I recently made a change to the model. The Gompertz based model has been overestimating and it has been retired. I am instead now cautiously using the Richards’ growth curve, also known as the generalised logistic function, for modelling and projections. This is similar to the Gompertz equation. In fact, the Gompertz equation is a member of the Richards’ growth curves, which is a broad family of curves. I have reasons to believe that it will give more credible projections at this point. This is described in more detail below.

Today’s new number of cases, 290 as per the Australian Government Department of Health on 17/8/2020, is highly consistent with estimate of the new model.

Projection of new daily cases of COVID-19 with data up to 17 August 2020

What is this?

The image is a chart of the confirmed daily new cases of COVID-19 in Australia, with a projection for the next 2 weeks. The projection is made using a model by fitting the data since 1 June 2020 to a Richards’ growth curve using non-linear regression. The dark green dashed line is the model estimate. The grey dashed lines are the 95% prediction intervals, with the values given at 7 and 14 days into the future. 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. This is well demonstrated in the NZ outbreak of March 2020 (see below).

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:e, 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 17 August 2020

Where the Gompertz model is almost certainly overestimating currently, Richards’ growth curve model might be underestimating. These are important biases to keep in mind.

 

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

There was a clear and substantial downward change in trajectory after the implementation of stage 4. This trajectory now seems to have somewhat stabilised with new case counts rapidly falling. This is excellent. Assuming that the trajectory is maintained, we remain on track for under 100 new cases per day by early September.

The Richards’ growth curve model thus far has been performing very well.  This is well demonstrated by how closely the projections follow the generalised additive model trend line of the data in the “comparisons” chart above.

It’s important for us all to remain vigilant and do our part. Assuming that the trajectory continues, it is possible that the total size of the outbreak will be around 20 thousand cases. This is a major improvement from the possible 50 to 100 thousand case earlier on in the outbreak.

 

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