Description Usage Arguments Details Value
Calculate the parameters for a beta distribution parameterized by the expected value and standard deviation.
1 | calc_beta_dist(mu, sigma)
|
mu |
The expected value of x (see details) |
sigma |
The standard deviation of x (see details) |
If x ~ Beta(alpha, beta), then mu
= E[x] and sigma^2
= Var(x)
An object of class beta_dist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.