Function to propose new parameter values from a multivariate normal distribution with a given mean and variance.
proposalfunction(param, proposal.sigma)
| param | A numeric vector with the mean value of the parameters. |
|---|---|
| proposal.sigma | A numeric vector with the variance of the parameters. |
A vector with realizations of a multivariate normal distribution with a given mean and varianced
Other amcmc_auxiliary_function functions: posterior,
prior, proposalfunction_cov,
run_adap_metropolis_MCMC