mjmcmc.prop | R Documentation |
Subalgorithm for generating a proposal and acceptance probability in (G)MJMCMC
mjmcmc.prop(
data,
loglik.pi,
model.cur,
complex,
pip_estimate,
probs,
params,
visited.models = NULL
)
data |
The data to use in the algorithm |
loglik.pi |
The the (log) density to explore |
model.cur |
The current model to make the proposal respective to |
complex |
The complexity measures used when evaluating the marginal likelihood |
pip_estimate |
The current posterior inclusion probability estimate, used for proposals |
probs |
A list of the various probability vectors to use |
params |
A list of the various parameters for all the parts of the algorithm |
visited.models |
A list of the previously visited models to use when subsampling and avoiding recalculation |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.