View source: R/adaptative_mcmc_utilities.R
proposalfunction | R Documentation |
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
Oscar Garcia-Cabrejo khaors@gmail.com
Other amcmc_auxiliary_function functions: posterior
,
prior
, proposalfunction_cov
,
run_adap_metropolis_MCMC
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.