Function to propose new parameter values from a multivariate normal distribution with a given mean and covariance matrix. This function is used to improve the convergence of a MCMC.

proposalfunction_cov(mn, cv)

Arguments

mn

A numeric vector with the mean value of the parameters

cv

The covariance matrix

Value

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

See also

Other amcmc_auxiliary_function functions: posterior, prior, proposalfunction, run_adap_metropolis_MCMC