View source: R/Non-Centered_MCMC.R
MCMC Sampler for a non-centered Bayesian Parameterisation of Epidemics
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | NonCentered_MCMC(
N,
a,
t_rem,
gamma0,
theta_gamma,
beta0,
theta_beta,
kernel,
no_its,
burn_in = 0,
no_proposals,
lambda,
PLOT = TRUE,
thinning_factor = 1,
lag_max = NA
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.