View source: R/misc_functions.R
estim_beta_params | R Documentation |
'estim_beta_params' estimates the beta parameters from a mean and a variance given
estim_beta_params(mu, var)
mu |
An integer between 0 and 1 |
var |
A positive integer |
A list made of the beta and alpha parameters calculated, called shape1 and shape2
estim_beta_params(0.6, 5) #6.0006e-05 4.0004e-05
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.