dmvnorm: The multivariate normal density function.

Description Usage Arguments Value

View source: R/mvnorm.R

Description

The multivariate normal density function.

Usage

1
dmvnorm(x, mu, sigma)

Arguments

x

A p-dimension vector.

mu

A p-dimensional mean vector.

sigma

A p \times p variance-covariance matrix.

Value

A scalar density at x for the distribution defined by mu and sigma.


persimoirre/sgthings documentation built on May 14, 2019, 11:13 a.m.