View source: R/beta_distribution.R
estBetaParams | R Documentation |
Estimate alpha and beta parameters of the Beta distribution based on the mean and std or variance
estBetaParams(mu, var = NULL, std = NULL)
mu |
mean |
var |
variance |
std |
standard deviation |
list of parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.