Description
A function for calculating the HDI (highest density interval) of a vector of values.
Usage
mcmc_hdi(samples, cred_mass = 0.95)
Value
Boundaries of the HDI.
Arguments
- samples
vector of values.
- cred_mass
credibility mass that the interval should include (default = 0.95).