dmvnrm_arma_mc: A function for evaluating a multivariate normal density in...

View source: R/RcppExports.R

dmvnrm_arma_mcR Documentation

A function for evaluating a multivariate normal density in parallel

Description

A function for evaluating a multivariate normal density in parallel

Usage

dmvnrm_arma_mc(x, mean, sigma, logd = FALSE, cores = 1L)

Arguments

x

An N x d matrix of multivariate Gaussian observations.

mean

mean A d vector of the Gaussian distribution mean

sigma

A d x d positive definite covariance matrix

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


jtipton25/pgR documentation built on July 8, 2022, 12:44 a.m.