View source: R/joint_neg_log_lik.R
joint_neg_log_lik | R Documentation |
Joint negative log-likelihood function for several families' heteroplasmy
measurements.
theta = [ b, h0.1, h0.2, ... ]
(use h values if use.h0s=F, otherwise initial heteroplasmies are enforced via h0s).
joint_neg_log_lik(theta, hlist, use.h0s = F, h0s = -1)
theta |
Kimura parameters p (or h0 here) and b. |
hlist |
TBDD list of different sets of heteroplasmy measurements |
use.h0s |
Logical parameter. TBD |
h0s |
TBDD |
The negative log likelihood for the list of inputs.
X.1 = rnorm(50,0.5,0.1)
joint_neg_log_lik(c(0.5,0.91),X.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.