dmvnrm_arma_mc | R Documentation |
A function for evaluating a multivariate normal density in parallel
dmvnrm_arma_mc(x, mean, sigma, logd = FALSE, cores = 1L)
x |
An N x d |
mean |
|
sigma |
A d x d positive definite covariance |
logd |
A logical value indicating whether the funtion should return the density on the log scale |
cores |
An integer that gives the number of cores for openMP parallelization |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.