dmvnorm: dmvnorm

View source: R/func_helper.R

dmvnormR Documentation

dmvnorm

Description

Calculates the log density of a multivariate normal distribution with mean mu and covariance matrix Sigma.

Usage

dmvnorm(x, mu, Sigma)

Arguments

x

Vector: The value from to which calculate the density.

mu

Vector: The mean vector

Sigma

Matrix: The Covariance matrix.


kDGLM documentation built on April 4, 2025, 4:44 a.m.