get_beta_hpd: The high posterior density interval of a Beta distribution.

Description Usage Arguments Value Examples

View source: R/bernoulli_models.R

Description

The high posterior density interval of a Beta distribution.

Usage

1

Arguments

alpha

First shape parameter of the Beta distribution.

beta

Second shape parameter of the Beta distribution.

Value

A list with lower and upper bound of the HPD interval, and minimum density.

Examples

1
get_beta_hpd(10, 5)

mark-andrews/barfoo documentation built on July 1, 2020, 12:11 a.m.