get_beta_hpd | R Documentation |
The high posterior density interval of a Beta distribution.
get_beta_hpd(alpha, beta, level = 0.95)
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 of interval.
get_beta_hpd(10, 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.