dmnorm: Multivariate Normal Density Function

Description Usage Arguments

View source: R/distribution_functions_ramses.R

Description

Computes the (log) density of the multivariate normal distribution using either the covariance or precision parametrization.

Usage

1
dmnorm(y, mu, cov, prec, log = FALSE)

Arguments

y

vector of values.

mu

mean vector.

cov

covariance matrix.

prec

precision matrix.

log

logical; if TRUE, density calculations are computed on the log scale.


wzhorton/ramses documentation built on May 17, 2019, 1:03 p.m.