Description Usage Arguments Value Author(s) Examples
View source: R/methylInheritanceSimInternalMethods.R
Estimate the alpha parameter from the mean and the variance of a Beta distribution.
1 | 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
1 2 | ## Estimate alpha parameters with mean = 0.5 and variance = 0.1
methInheritSim:::estBetaAlpha(meanCtrl = 0.5, varCtrl = 0.1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.