R/likPOUMM.R
loglik_abc_g0_g0Prior.Rd
Processing of the root value and calculation of the maximum log-likelihood for the given coefficients abc, and parameters theta, g0 and g0Prior. This is an internal function.
loglik_abc_g0_g0Prior(abc, alpha, theta, sigma, g0, g0Prior)
abc | a vector of 3 numerical values denoting the corresponding coefficients in the POUMM likelihood presented as exp(a g0^2 + b g0 + c). |
---|---|
alpha, theta, sigma | parameters of the OU-process. |
g0 | initial value at the root of the tree (can be NA). See argument parMapping in ?specifyPOUMM. |
g0Prior | list object. See parameter g0Prior in ?specifyPOUMM. |