dnorMmix {norMmix} | R Documentation |
Calculates the probability density function of the multivariate normal distribution.
dnorMmix(x, nMm)
x |
a vector or matrix of multivariate observations |
nMm |
a |
Returns the density of nMm
at point x
. Iterates over components of the
mixture and returns weighted sum of dmvnorm
.
Nicolas Trutmann