proposalfunction: proposalfunction

View source: R/adaptative_mcmc_utilities.R

proposalfunctionR Documentation

proposalfunction

Description

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

Usage

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

Author(s)

Oscar Garcia-Cabrejo khaors@gmail.com

See Also

Other amcmc_auxiliary_function functions: posterior, prior, proposalfunction_cov, run_adap_metropolis_MCMC


khaors/pumpingtest documentation built on June 10, 2025, 4:53 a.m.