dmvnorm_rcpp | R Documentation |
C++ implementation of multivariate Normal probability density function for multiple inputs
dmvnorm_rcpp(x, mean, varcovM)
x |
data matrix of dimension |
mean |
mean vectors matrix of dimension |
varcovM |
list of length |
matrix of densities of dimension K x n
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.