hmrfbayes: Hidden MRF Bayesian MCMC sampling

View source: R/hmrfbayes.R

hmrfbayesR Documentation

Hidden MRF Bayesian MCMC sampling

Description

Hidden MRF Bayesian MCMC sampling

Usage

hmrfbayes(
  y,
  llapprox,
  nsamples = 1000,
  z0 = NULL,
  mu0 = NULL,
  sigma0 = NULL,
  theta0 = NULL,
  sdpriortheta = 1,
  sdkerneltheta = 0.005,
  sdpriormu = 10,
  alpha1 = 0.001,
  alpha2 = 0.001,
  verbose = interactive()
)

## S3 method for class 'hmrfbayes_out'
plot(x, what = "pars", burnin = 0.25, ...)

Arguments

what

Either "pars", "theta" or "zprobs".

An

observed continuous-valued ⁠numeric matrix⁠ of values.

Value

A list with ...


Freguglia/mrf2dbayes documentation built on Jan. 19, 2024, 11:21 p.m.