View source: R/estimate-pars.R
| estimate_parameters | R Documentation |
Given a vector of heteroplasmy fractions, estimate the Kimura distribution parameters.
estimate_parameters(h)
h |
numeric vector in |
A named vector of length two with elements p and b.
These are the estimated parameters of a Kimura(p, b) distribution to
fit to the data.
h = stats::runif(10)
estimate_parameters(h)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.