EpiNow2
EpiNow2 copied to clipboard
Estimate Realtime Case Counts and Time-varying Epidemiological Parameters
Draft PR of features added at SACEMA.
This PR is meant to supersede #213 and #214. It - finalises the work commenced in #214 to support [three different models](https://github.com/epiforecasts/EpiNow2/pull/214#issuecomment-753024893) - merges #214 into #213 and implements most...
This adds support for - fixed delays (mean only), or fixed delay distributions (mean + sd) - fixed truncation distributions (mean + sd) as well as unit tests for these....
Adds a baseline level to the secondary model, i.e. a constant component that is not affected by the primary data stream (somewhat akin to the endemic component in `hhh4`. This...
Hi, I am new to modeling and EpiNow2. After running my dataset and the codes provided in your examples, I am able to get the prediction results. I was curious...
To do: - [ ] Promote to issues and make a project board for this list - [x] Clean up issues and milestones - [x] Review and merge pull requests...
I am trying to understand how the scaling factor is applied in the observation model (i.e. `obs_opt`). The mean and sd are to be provided for the underlying distribution, but...
Suggested changes to address issues: #283 - correcting implementation of zero_threshold #284 - adding option for filtering leading zeros I'm not sure how the error handling in EpiNow2 works, so...
For my particular use case, it would be helpful to have an option not to filter zeros in the reported case time series before the first reported case as is...