Description Usage Arguments Value Examples
View source: R/bernoulli_models.R
The high posterior density interval of a Beta distribution.
1 | get_beta_hpd(alpha, beta)
|
alpha |
First shape parameter of the Beta distribution. |
beta |
Second shape parameter of the Beta distribution. |
A list with lower and upper bound of the HPD interval, and minimum density.
1 | get_beta_hpd(10, 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.