Skip to content

Commit

Permalink
Merge branch 'develop' into negbin-edge-case
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Feb 10, 2023
2 parents 28514d2 + 01246d8 commit 5fbdaf2
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 5fbdaf2

Please sign in to comment.