Learn R Programming

⚠️There's a newer version (1.5-0) of this package.Take me there.

mcmcse (version 1.3-2)

Monte Carlo Standard Errors for MCMC

Description

Provides tools for computing Monte Carlo standard errors (MCSE) in Markov chain Monte Carlo (MCMC) settings. MCSE computation for expectation and quantile estimators is supported as well as multivariate estimations. The package also provides functions for computing effective sample size and for plotting Monte Carlo estimates versus sample size.

Copy Link

Version

Install

install.packages('mcmcse')

Monthly Downloads

1,537

Version

1.3-2

License

GPL (>= 2)

Maintainer

Dootika Vats

Last Published

July 4th, 2017

Functions in mcmcse (1.3-2)

mcse.mat

Apply mcse to each column of a matrix or data frame of MCMC samples.
mcse.multi

Multivariate Monte Carlo standard errors for expectations.
confRegion

Confidence regions (ellipses) for Monte Carlo estimates
ess

Estimate effective sample size (ESS) as described in Gong and Felgal (2015).
mcse.q

Compute Monte Carlo standard errors for quantiles.
mcse.q.mat

Apply mcse.q to each column of a matrix or data frame of MCMC samples.
estvssamp

Create a plot that shows how Monte Carlo estimates change with increasing sample size.
mcmcse-package

Monte Carlo Standard Errors for MCMC
mcse

Compute Monte Carlo standard errors for expectations.
mcse.initseq

Multivariate Monte Carlo standard errors for expectations with the initial sequence method of Dai and Jones (2017).
minESS

Minimum effective sample size required for stable estimation as described in Vats et al. (2015).
multiESS

Effective Sample Size of a multivariate Markov chain as described in Vats et al. (2015).
qqTest

QQplot for Markov chains