Summary statistics of a beta distribution
Usage
beta_mean(x, shape1 = NULL, shape2 = NULL)
beta_var(x, shape1 = NULL, shape2 = NULL)
beta_mode(x, shape1 = NULL, shape2 = NULL)
beta_summary(x, ...)Arguments
- x
numeric vector
- shape1, shape2
non-negative parameters of the Beta distribution.
- ...
optional arguments passed to
fitbeta()