getCredibleIntervals: Calculate confidence region from an MCMC or similar sample

View source: R/mcmcConfidence.R

getCredibleIntervalsR Documentation

Calculate confidence region from an MCMC or similar sample

Description

Calculate confidence region from an MCMC or similar sample

Usage

getCredibleIntervals(sampleMatrix, quantiles = c(0.025, 0.975))

Arguments

sampleMatrix

matrix of outcomes. Could be parameters or predictions

quantiles

quantiles to be calculated

Author(s)

Florian Hartig

See Also

getPredictiveDistribution
getPredictiveIntervals


BayesianTools documentation built on Feb. 16, 2023, 8:44 p.m.