analysis-functions: Analysis functions for MCMC outputs

Description Usage Arguments Functions

Description

These functions produce summary statistics, such as expectation values or credible intervals, for MCMC objects.

Usage

1
2
3
4
5
6
7
MAP(mcrslt, thin = NULL)

EV(mcrslt, thin = NULL)

CI(mcrslt, ci = 0.95, thin = NULL)

rsample(mcrslt, N)

Arguments

mcrslt

A metrosamp object, or a list of metrosamp objects representing multiple chains from the same inference.

thin

Thin mc results to a smaller number of samples before applying the analysis. This can speed up analyses on large sample runs.

ci

The credible interval to produce (default: 95%)

N

Number of samples to draw.

Functions


JGCRI/metrosamp documentation built on Aug. 8, 2019, 10:59 p.m.