Last chance! 50% off unlimited learning
Sale ends in
Internal function that calculates the log prior, used in MCMC estimation of the BBM+V model.
log_prior_5pars_root_bounds(type = c(rep("Normal", 4), "Uniform") , shape =
list(c(0, 10), c(0, 10), c(0, 10), c(0, 10), NA), pars, Npts)
A vector giving the type of prior for each parameter.
A list giving the shape of the prior for each parameter.
The parameter values at which the prior should be evaluated.
The number of points on the grid.