mcmcProcess: Function to remove burn-in and thin MCMC output

Description Usage Arguments

View source: R/mcmc.R

Description

Function chops off burnin iterations and then thins the output by taking every thin iterates.

Usage

1
mcmcProcess(input, burnin = 1000, thin = 1)

Arguments

input

matrix containing MCMC realisations.

burnin

number of initial iterations to delete.

thin

level of thinning.


nclbayes documentation built on May 2, 2019, 5:53 p.m.