inside.ci: Calculate samples within credibility region

Description Usage Arguments Value

Description

Calculate which samples will fall inside a credibility region and which outside.

Usage

1
inside.ci(samples, ci = 0.9, method = "bin", ...)

Arguments

samples

Data frame holding the posterior samples. Each row is a sample, each column a parameter in the sample

ci

Minimum fraction the credibility region should cover

method

Method to use. Currently bin, chull and minmax are supported

...

Parameters forwarded to the method used for calculating the regions

Value

A boolean vector, with true for samples inside the credibility region


BlackEdder/mcmcsample documentation built on May 6, 2019, 7:57 a.m.