Replies: 1 comment
-
|
Hi @avallecam Sorry I missed this question. The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
About the
obsargument:estimate_infections(), theobsrefers to the % observed reported cases among infections (i.e., under-report as used in tutorial episode on forecasting).estimate_secondary(),obsrefer to the % observed secondary cases among primary cases? orobsalways refer to the % of observed primary observations (among infections)?My mental map currently understands that:
Following this reference figure from Gosnic et al.:
%obs1, given the observed primary cases.%obs2is analogous to the CFR%obs2by defining a scale in the observation model (obs) to get an estimate close to the one defined when secondary reports were generated byconvolve_and_scale()ofscaling := 0.4.My questions are:
Reprex using Example in function documentation:
Created on 2025-06-18 with reprex v2.1.1
Fig. A: With default scale in observation model (
Fixed(1))Captures the delay but not the scale. (delay defined as default in
estimate_secondary())Fig. B: With defined scale in obs (
Normal(mean = 0.2, sd = 0.2))Captures the delay and the scale.
Beta Was this translation helpful? Give feedback.
All reactions