Plot a Beta Model with Credible Interval
Plots the probability density function (pdf) for a Beta(alpha, beta) model of variable with markings indicating a credible interval for .
plot_beta_ci(alpha, beta, ci_level = 0.95)
alpha, beta
: positive shape parameters of the Beta modelci_level
: credible interval levelA density plot for the Beta model
plot_beta_ci(alpha = 7, beta = 12, ci_level = 0.80)
Useful links