Skip to contents

Estimates beta parameter given mean (rates) and SD for the the "untruncated" beta distribution.

Usage

beta_param(mean, sd)

Arguments

mean

Numeric. The mean.

sd

Numeric. The standard deviation.

Details

Updated using analytical solution from Kyle Wilson.

Examples

if (FALSE) {
library(JoeModelCE)
JoeModelCE::beta_param(0.8, 0.2)$beta
}