ldmvnorm: Multivariate Normal Log-Density for Complete and Incomplete Data
Description
This function provides the log-density function for the multivariate normal distribution with mean equal to mu and covariance matrix Sigma.
Marginal distributions will be used when the vector (or matrix) of quantiles is incomplete. That is, when the vector (or matrix) of quantiles
contain NA.
Usage
ldmvnorm(x, mu, Sigma, onNA=0)
Arguments
x
Vector or matrix of quantiles. If x is a matrix, each row is taken to be a quantile.