Skip to content

Commit

Permalink
add delays
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Feb 10, 2023
1 parent 7cc0d62 commit 01246d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions touchstone/script.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ touchstone::benchmark_run(
stationary = { epinow(
reported_cases = reported_cases,
generation_time = generation_time,
delays = delay_opts(incubation_period, reporting_delay),
rt = rt_opts(prior = list(mean = 2, sd = 0.2), gp_on = "R0"),
stan = stan_opts(
cores = 2, samples = 500, chains = 2,
Expand All @@ -72,6 +73,7 @@ touchstone::benchmark_run(
random_walk = { epinow(
reported_cases = reported_cases,
generation_time = generation_time,
delays = delay_opts(incubation_period, reporting_delay),
rt = rt_opts(prior = list(mean = 2, sd = 0.2), rw = 7),
gp = NULL,
stan = stan_opts(
Expand Down

0 comments on commit 01246d8

Please sign in to comment.