multivariate-Normal probability density function
Arguments
- x
p x n data matrix with n the number of observations and p the number of dimensions
- mean
mean vector or list of mean vectors (either a vector, a matrix or a list)
- varcovM
variance-covariance matrix or list of variance-covariance matrices (either a matrix or a list)
- Log
logical flag for returning the log of the probability density function. Defaults is
TRUE
.
See also
mvnpdf
, mmvnpdfC