sample.gibbs: Sampling method using single-site Gibbs sampler

Description Usage Arguments Details Value Examples

View source: R/sample.R

Description

Generating samples from the distribution

Usage

1
2
3
4
5
6
sample.gibbs(
  crf,
  size,
  burn.in = 1000,
  start = apply(crf$node.pot, 1, which.max)
)

Arguments

crf

The CRF

size

The sample size

burn.in

The number of samples at the beginning that will be discarded

start

An initial configuration

Details

Approximate sampling using a single-site Gibbs sampler

Value

This function will return a matrix with size rows and crf$n.nodes columns, in which each row is a sampled configuration.

Examples

1
2
3

CRF documentation built on Dec. 2, 2019, 1:11 a.m.