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