calc_lik_matrix | R Documentation |
computes matrix of condition likelihoods for each of J rows of 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_matrix(
data,
Ulist,
log = FALSE,
mc.cores = 1,
algorithm.version = c("Rcpp", "R")
)
data |
A |
Ulist |
List containing the prior covariance matrices. |
log |
If |
mc.cores |
The argument supplied to
|
algorithm.version |
Indicate R or Rcpp version |
J x P matrix of multivariate normal likelihoods, p(bhat | Ulist[p], V).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.