Closed jonjoncardoso closed 3 years ago
These changes have slightly improved the fit on the B graph (reported deaths vs estimated deaths) for the two microregions in which the third peak was more pronouced:
SC_RSA_GRANDE_FLORIANOPOLIS
SC_RSA_OESTE
The only STAN model that led to a low number of effective sample size was SC_RSA_FOZ_DO_RIO_ITAJAI_3panel. This produced a nonsensical peak in graph A:
Suggestions for tackling this:
y
and tau
Another side effect of this version is that it does allow for the number of estimated cases to be a bit lower than the reported number of cases (graph A).
SC_RSA_ALTO_URUGUAI_CATARINENSE
This happens despite the lower bound to infection_overestimate=1
because our likelihood equation (negative binomial of cases ~ prediction
allow for some variation.
My conclusion is that this change of parameters are welcome as they slightly improve the fit of the third peak in graphs A and B for the most densely populated micro-regions of the state -- the ones that have been notoriously harder to fit -- even though it introduces some small drawbacks.
Suggestions for tackling this:
- Tighten up the prior distributions of the
y
andtau
Thinking about last week diagnostic analysis, this conclusion is another evidence that reparametrize y
and/or tau
could lead to significant improvement.
I believe the benefits overcome the drawbacks (=
What this PR does
phi2
to model the scale of the cases likelihood independently of the deaths likelihoodinfection_overestimate
lower bound to 1, the intuition being that the number of estimated cases should be at least the number of reported casesCloses #47 Closes #56 (by simply commenting the parts of the code where figures are saved)