Difference between revisions of "CasesByAge"

From Covid-19
Jump to navigation Jump to search
Line 4: Line 4:
 
(This graph should auto-update daily at around 4.30pm UK time. You may need to hit shift-reload or some such to defeat your browser's cache.)
 
(This graph should auto-update daily at around 4.30pm UK time. You may need to hit shift-reload or some such to defeat your browser's cache.)
  
The idea of this graph is to attempt to make use of the most recent information from [https://coronavirus.data.gov.uk/details/download public data] about the number of confirmed cases in various age bands, so that trends over the last few days can hopefully be discerned. The numbers in each age band are adjusted/corrected for their incompleteness, then corrected for day-of-week biases, in both cases, as far as possible, in a non-laggy way. The age groups (which are in 5 year bands in the data source) are chosen here to focus on children and young adults. In addition, the 25-64 group roughly reflects working ages, and 65+ corresponds roughly to the retired, and particularly vulnerable to Covid-19.
+
The idea of this graph is to attempt to make use of the most recent information from [https://coronavirus.data.gov.uk/details/download public data] about the number of confirmed cases in various age bands, so that trends over the last few days can hopefully be discerned. The numbers in each age band are adjusted/corrected for their incompleteness, then corrected for day-of-week biases, in both cases, as far as possible, in a non-laggy way. The age groups (which are in 5 year bands in the data source) are chosen here to focus on children and young adults because the "action" in infections has recently been in children. In addition, the 25-64 group roughly reflects working ages, and 65+ corresponds roughly to the retired, and particularly vulnerable to Covid-19.
  
 
These graphs are a reflection of the number of confirmed cases. It is possible that confirmed cases can increase without infections increasing if a greater proportion of infections are detected, and conversely it is possible that confirmed cases can decrease without infections decreasing if a lesser proportion of infections are detected.
 
These graphs are a reflection of the number of confirmed cases. It is possible that confirmed cases can increase without infections increasing if a greater proportion of infections are detected, and conversely it is possible that confirmed cases can decrease without infections decreasing if a lesser proportion of infections are detected.

Revision as of 10:46, 16 November 2021

(This graph should auto-update daily at around 4.30pm UK time. You may need to hit shift-reload or some such to defeat your browser's cache.)

The idea of this graph is to attempt to make use of the most recent information from public data about the number of confirmed cases in various age bands, so that trends over the last few days can hopefully be discerned. The numbers in each age band are adjusted/corrected for their incompleteness, then corrected for day-of-week biases, in both cases, as far as possible, in a non-laggy way. The age groups (which are in 5 year bands in the data source) are chosen here to focus on children and young adults because the "action" in infections has recently been in children. In addition, the 25-64 group roughly reflects working ages, and 65+ corresponds roughly to the retired, and particularly vulnerable to Covid-19.

These graphs are a reflection of the number of confirmed cases. It is possible that confirmed cases can increase without infections increasing if a greater proportion of infections are detected, and conversely it is possible that confirmed cases can decrease without infections decreasing if a lesser proportion of infections are detected.

Note that, as a consequence of the last few days' information being incomplete, the case number estimate for these days can sometimes be retrospectively updated over the next day or two.

Program: https://github.com/alex1770/Covid-19/blob/master/casesbyage.py