djay / covidthailand

Thailand Covid testing and case data gathered and combined from various sources for others to download or view
126 stars 15 forks source link

Improved Infections estimate #35

Closed djay closed 3 years ago

djay commented 3 years ago

The current infections estimate uses the ages of the population to infer the chance of a given person dying of covid. However if this was accurate then the predicted median age of death would be ~80 instead of 65-70.

Ideas

djay commented 3 years ago

@pmdscully

As we don't have the complete death age data or which numerical distribution type would best match Thailand's age of COVID-19 death distribution, it's still a moot point to decide which statistical distribution to use to generate (estimate) the data. In this case I mentioned Normal (Gaussian), but as we've seen from that COVID-19 IFR modelling (i.e. for UK), it's clearly not Normal..

So, we still cannot avoid this issue.

I think I can probably use the distribution predicted by the IFR applied to the thai population. The IFR risks look like this image which predicts a distribution of deaths (for bangkok) image except that we are seeing 67 med rather than 80 as predicted.

I think what I can do is take the median and ages ranges seen in the actual deaths and fit this distribution to it. Then use this to work out a new IFR based on this.

Not sure yet if I need to look at the commorbidities to see if greater than other countries and if they change the distribution.

djay commented 3 years ago

going to close this since vaccinations change the IFR so a simple model is less and less useful