estBetaAlpha {methInheritSim} | R Documentation |
Estimate the alpha parameter from the mean and the variance of a Beta distribution.
estBetaAlpha(meanCtrl, varCtrl, minVal = 1e-06)
meanCtrl |
a |
varCtrl |
a |
minVal |
a |
a double
, the alpha parameter of a Beta distribution.
Pascal Belleau, Astrid Deschenes
## Estimate alpha parameters with mean = 0.5 and variance = 0.1 methInheritSim:::estBetaAlpha(meanCtrl = 0.5, varCtrl = 0.1)