Closed seabbs closed 4 years ago
This was implemented previously but the behaviour was being overridden by the recent changes to improve flexibilty of the input datasets.
The threshold should now be in place (see Chad or Zambia). If a Cases by date of infection
estimate is > 10*max reported cases, all datasets are truncated to the date where max reported cases exceeded the threshold.
Is this the correct approach?
so there I am seeing that the number of days is being dropped entirely and not truncated? The implementation we have is to crop/truncate the CI but still show the estimate.
I now understand. When a value is greater than the maximum reported cases 10, those values will now equal maximum reported cases 10, not be dropped.
Here is an example:
spot on.
Our estimates are often highly uncertain (too much so - this is an area of further work). Plotting all of the tails of this uncertainty may be unhelpful. In our static plots we limit uncertainty shown by a scaling that is 10* max reported cases which whilst a hack does the job.
It might be a good idea to do something similar here. Either by with an option to switch off or baked in.