Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion case-studies/outbreak_data.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ _ Decide on a temporal granularity. We recommend [nowcasting](../resources/gloss
- Obtain a count of cases by primary event and date of report. If using time stamped snapshots of total cases, the additional or loss of cases at each date will need to be recorded and assigned to that [report date](../resources/glossary.qmd#report-date).

## Implementation
1. Choose a nowcasting model. Things to consider:
1. Choose a [nowcasting](../resources/glossary.qmd#nowcasting) model. Things to consider:
- How sparse is your data?
- How much training data do you have to learn a delay distribution?
- Do you want to be able to share information across strata within the strata you are nowcasting?
Expand Down