beta_params.Rd
This function computes shape parameters of a beta distribution, given the mean and variance.
beta_params(mu, var)
A numeric value specifying the mean.
A numeric value specifying the variance.
A list of length two containing the two shape parameters.