Various internal functions for the package EntropyMCMC; usage for some of these are displayed below.
target_norm(x, param)
RWHM_step(theta, target, q_pdf = gaussian_pdf,
q_proposal = gaussian_proposal, f_param, q_param, nba)
HM_step(theta, target, q_pdf, q_proposal,
f_param, q_param, nba)a vector of values, or objects.
a target density definition.
target - or proposal - density parameters (including data in a Bayesian model.
target density parameters (including data in a Bayesian model.
proposal density parameters.
the \(d\)-dimensional parameter of the Markov chain.
number of accepted moves along simulation, for HAstings-Metropolis MCMC's
These functions and objects (lists) are usually not to be called by the user.