klenwell / covid-19

Python command-line application to collect and analyze COVID-19 data.
0 stars 0 forks source link

Immunity estimate graph shows odd saw pattern in early 2021. #57

Closed klenwell closed 2 years ago

klenwell commented 2 years ago

See this screenshot:

Screenshot from 2022-04-02 14-18-03

This showed up after this issue was fixed: https://github.com/klenwell/covid-19/issues/55

I added a TODO comment to the code indicating what I believe to be the source of the issue:

klenwell commented 2 years ago

Solved

Problem

Immunity estimates showed jitters around second shot due to way immunity was being computed.

Solution

Updated full vaccine (second shot) computation so that it adjusted ramp up to account for first shot (PR #58). Compare graphs below:

After Screenshot from 2022-04-04 14-22-10

Before Screenshot from 2022-04-02 14-18-03