Skip to content

Commit

Permalink
Update ebola.Rmd (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
athowes authored Jan 20, 2025
1 parent cb08fad commit 0d39361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/ebola.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ In this section, we demonstrate how to produce either a discrete probability mas
### Discrete probability mass function

To generate a discrete probability mass function (PMF) we predict the delay distribution that would be observed with daily censoring and no right truncation.
To do this, we set each of `pwindow` and `swindow` to 1 for daily censoring, and `relative_obs_time` to `Inf` for no censoring.
To do this, we set each of `pwindow` and `swindow` to 1 for daily censoring, and `relative_obs_time` to `Inf` for no right truncation.
Figure \@ref(fig:pmf) shows the result, where the few delays greater than 30 are omitted from the figure.

```{r}
Expand Down

0 comments on commit 0d39361

Please sign in to comment.