dmvnorm function

dmvnorm

dmvnorm

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

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.
  • Maintainer: Silvaneo dos Santos Jr.
  • License: GPL (>= 3)
  • Last published: 2025-03-20