Probability Interval for a Beta Curve
Computes Probability Interval for a Beta Curve
beta_interval(prob, shape_par, Color = "orange")
prob
: value of coverage probabilityshape_par
: vector of shape parameters of the beta curveColor
: color of shading in the graphggplot2 object containing the graphical display.
Jim Albert
shape_par <- c(2, 5) beta_interval(.5, shape_par)