From c9c18c74fc5e8187e3161e0c11cdb44d2620f928 Mon Sep 17 00:00:00 2001 From: Kaitlyn Johnson Date: Fri, 11 Oct 2024 11:21:27 -0400 Subject: [PATCH] delete sentence about warning if non-zero first element --- vignettes/EpiNow2.Rmd.orig | 1 - 1 file changed, 1 deletion(-) diff --git a/vignettes/EpiNow2.Rmd.orig b/vignettes/EpiNow2.Rmd.orig index 824f1718e..0b27fa285 100644 --- a/vignettes/EpiNow2.Rmd.orig +++ b/vignettes/EpiNow2.Rmd.orig @@ -65,7 +65,6 @@ Users can also pass a non-parametric delay distribution vector using the `NonPar for both the generation interval and reporting delays. It is important to note that if doing so, both delay distributions are 0-indexed, meaning the first element corresponds to the probability mass at day 0 of an individual's infection. Because the discretised renewal equation doesn't support mass on day 0, the generation interval should be passed in as a 0-indexed vector with a mass of zero on day 0. -If this is not the case, a warning will indicate that the vector is being left-truncated and renormalized. ```{r} example_non_parametric_gi <- NonParametric(pmf = c(0, 0.3, 0.5, 0.2))