mcmc_hdi {bayes4psy}R Documentation

mcmc_hdi

Description

A function for calculating the HDI (highest density interval) of a vector of values.

Usage

mcmc_hdi(samples, cred_mass = 0.95)

Arguments

samples

vector of values.

cred_mass

credibility mass that the interval should include (default = 0.95).

Value

Boundaries of the HDI.

Author(s)

John Kruschke


[Package bayes4psy version 1.2.12 Index]