hospitalization data interpretation #2815
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @naczek, While some countries report this value once a week (you'd be safe to sum them all up), others provide a 7-day average (e.g. Germany). I'd suggest applying a 7-day window, averaging the values to get a single value and then perform the cumulative sum. Alternatively, you can also get the 7th value, but I am unsure about the regularity in the reporting (maybe sometimes a day is skipped etc.) Note that this method is an approximation. Also, same people can be hospitalised multiple times, so you could be double-counting people too. |
Beta Was this translation helpful? Give feedback.
Hi @naczek,
Thanks for your interest in our data.
While some countries report this value once a week (you'd be safe to sum them all up), others provide a 7-day average (e.g. Germany).
I'd suggest applying a 7-day window, averaging the values to get a single value and then perform the cumulative sum. Alternatively, you can also get the 7th value, but I am unsure about the regularity in the reporting (maybe sometimes a day is skipped etc.)
Note that this method is an approximation. Also, same people can be hospitalised multiple times, so you could be double-counting people too.