my_dmvnorm | R Documentation |
Copy of mvtnorm::dmvnorm for progiling and reference
my_dmvnorm(
x,
mean = rep(0, p),
sigma = diag(p),
log = FALSE,
checkSymmetry = TRUE
)
x |
matrix |
mean |
vector |
sigma |
covariance matrix |
log |
logical. Default is |
checkSymmetry |
logical. Default is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.