grwmrfi | R Documentation |
Metropolis-Hastings algorithm over the space of interaction structures to be used as a Bayesian model selection tool.
grwmrfi(
z,
llapprox,
nsamples = 10000,
nbatch = 10,
first_batch = 1000,
sdprior = 2,
init_mrfi = mrfi(1),
verbose = interactive()
)
z |
The observed random field. |
llapprox |
A |
nsamples |
Number of MCMC samples. |
nbatch |
Number of samples from the prior distribution in each update of the acceptance ratios. |
sdprior |
Sample Deviation of the Normal distributions used as prior. |
An object of class grw_out
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.