Skip to content

Commit

Permalink
update the example prior
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Oct 11, 2023
1 parent 544997e commit f5b0e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ estimates <- epinow(
delays = delay_opts(incubation_period + reporting_delay),
rt = rt_opts(
prior = list(mean = 2, sd = 0.2),
incidence_feedback = list(mean = 0.01, sd = 0.01)
incidence_feedback = list(mean = 0, sd = 1e-4)
),
stan = stan_opts(cores = 4, control = list(adapt_delta = 0.99)),
verbose = interactive()
Expand Down

0 comments on commit f5b0e97

Please sign in to comment.