Skip to content

Commit

Permalink
restore prior on alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Specht committed Dec 19, 2023
1 parent 5f56277 commit dcf4c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mcmc.R
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ run_mcmc <- function(
if(is.null(prior_params)){
# For each of the epidemiological parameters, specify the standard deviation of the (normally-distributed) proposal density
prior_params <- list()
prior_params$alpha <- c(1, 1)
prior_params$alpha <- c(1, 1e6)
}

if(is.null(vars)){
Expand Down

0 comments on commit dcf4c54

Please sign in to comment.