Function to propose new parameter values from a multivariate normal distribution with a given mean and variance.

proposalfunction(param, proposal.sigma)

Arguments

param

A numeric vector with the mean value of the parameters.

proposal.sigma

A numeric vector with the variance of the parameters.

Value

A vector with realizations of a multivariate normal distribution with a given mean and varianced

See also

Other amcmc_auxiliary_function functions: posterior, prior, proposalfunction_cov, run_adap_metropolis_MCMC