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


mas3321 documentation built on May 2, 2019, 4:42 p.m.

Related to mcmcProcess in mas3321...