beta_param.Rd
Estimates beta parameter given mean (rates) and SD for the the "untruncated" beta distribution.
beta_param(mean, sd)
Numeric. The mean.
Numeric. The standard deviation.
Updated using analytical solution from Kyle Wilson.
if (FALSE) { library(CEMPRA) CEMPRA::beta_param(0.8, 0.2)$beta }