thin_chain: Thin MCMC Chain

Description Usage Arguments Value Examples

Description

Thins and eliminates the burn in period of the Gibbs Chain.

Usage

1
thin_chain(mcmc_chain, burn_in, thin)

Arguments

mcmc_chain

An MCMC Chain matrix. (draws * number of params)

burn_in

A burn in parameter for the MCMC Chain

thin

A thinning parameter for the MCMC Chain

Value

The thinned down version of the MCMC chain

Examples

1
(beta, 2, 2000)

PaoloLuciano/bpwpm2 documentation built on June 6, 2019, 5:47 p.m.