Generate concave beta distribution parameters from mean and confidence intervals
Source:R/beta-distribution.R
beta_params.Rd
Generate concave beta distribution parameters from mean and confidence intervals
Arguments
- median
the median of the probability given
- lower
the lower ci of the probability given
- upper
the upper ci of the probability given
- confint
the ci limits
- widen
widen the spread of the final beta by this factor
- limit
the lowest possible value for the shape parameters of the resulting
beta_dist
(1 enforces that the distribution is convex)- ...
not used