calc_beta_dist: Calculate Parameters For Beta Distribution

Description Usage Arguments Details Value

Description

Calculate the parameters for a beta distribution parameterized by the expected value and standard deviation.

Usage

1

Arguments

mu

The expected value of x (see details)

sigma

The standard deviation of x (see details)

Details

If x ~ Beta(alpha, beta), then mu = E[x] and sigma^2 = Var(x)

Value

An object of class beta_dist


convoyinc/abayes documentation built on May 12, 2019, 1:34 a.m.