oucomo/Vaccination_COVID

Quantifying the distribution of the delays in vaccination as a function of time

Opened this issue · 1 comments

One important thing that we want to characterize with these data is the delay in vaccination. You could look at it by computing, for each vaccine shot, the time difference between the actual age of the baby and the age of vaccination that is recommended by the authorities. Then, you can plot these time difference as a function of time. For that you probably want to choose a time step and aggregate the time differences within each time step and show the distribution of these delays and how this distribution of delays change with time.

Solved