mvdnorm: multivariate normal density

Description Usage Arguments Value

Description

multivariate normal density

Usage

1
mvdnorm(x, mean, sigma, logd)

Arguments

x

matrix with each row as an observed vector of multivariate normal RVs

mean

vector of means

sigma

variance-covariance matrix

logd

whether log transformation should be used

Value

a vector of density values for each observed vector


rarhsmm documentation built on May 2, 2019, 9:33 a.m.

Related to mvdnorm in rarhsmm...