The posterior changes dramatically from 0 deaths to <5 deaths, particularly for the tiny towns that are most likely to have these death counts. When there are zero deaths, the posterior looks insanely different than any of the others. I cut off the smallest towns to make the dashboard for the README, but avoiding such ad-hocery is exactly why one goes Bayesian in the first place. The current dashboard snapshot is incomplete and unsatisfying.
Research the canonical way to judge the quality of these intervals (likely through cross validation and coverage testing). Use this work to do some more model development for the interval construction. I may have to let go of the simplistic Beta paradigm to do a good job of dealing with the data suppression. For example, a Poisson process, unlike the Beta, would give the likelihood of a <5 directly.
Consider borrowing strength among years (these are in the dashboards but I'd have to change the scraping/ETL) or among cities (such as with an Empirical Bayes prior specification) to improve the intervals.
The goal should be that going up from 0 to <5 doesn't "violently" change the posterior interval.
The posterior changes dramatically from
0deaths to<5deaths, particularly for the tiny towns that are most likely to have these death counts. When there are zero deaths, the posterior looks insanely different than any of the others. I cut off the smallest towns to make the dashboard for the README, but avoiding such ad-hocery is exactly why one goes Bayesian in the first place. The current dashboard snapshot is incomplete and unsatisfying.Research the canonical way to judge the quality of these intervals (likely through cross validation and coverage testing). Use this work to do some more model development for the interval construction. I may have to let go of the simplistic Beta paradigm to do a good job of dealing with the data suppression. For example, a Poisson process, unlike the Beta, would give the likelihood of a
<5directly.Consider borrowing strength among years (these are in the dashboards but I'd have to change the scraping/ETL) or among cities (such as with an Empirical Bayes prior specification) to improve the intervals.
The goal should be that going up from
0to<5doesn't "violently" change the posterior interval.