View source: R/likelihoods_scaleddata.R
calc_lik_vector | R Documentation |
Computes vector of likelihoods for bhat for each of P prior covariances.
This is an internal (non-exported) function. This help page provides additional documentation mainly intended for developers and expert users.
calc_lik_vector(bhat, V, Ulist, log = FALSE)
bhat |
bhat vector (length R) |
V |
R x R covariance matrix for likelihood. |
Ulist |
list of prior covariance matrices. |
log |
If |
Vector of length P in which the pth element contains the multivariate normal likelihood p(bhat | Ulist[[p]], V).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.