Description Usage Arguments Details Value
Determines the parameters for a beta distribution given an expected value and desired support at some bound.
| 1 | get_supported_beta(mu, bound, desired_support = 0.05)
 | 
| mu | The expected value of x (see details) | 
| bound | The desired maximum of the distribution | 
| desired_support | The amount of probability mass to be more extreme than  | 
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.