dnorMmix {norMmix} | R Documentation |
Density from Multivariate Normal Mixture Distribution
Description
Calculates the probability density function of the multivariate normal distribution.
Usage
dnorMmix(x, nMm)
Arguments
x |
a vector or matrix of multivariate observations |
nMm |
a |
Value
Returns the density of nMm
at point x
. Iterates over components of the
mixture and returns weighted sum of dmvnorm
.
Author(s)
Nicolas Trutmann
See Also
[Package norMmix version 0.1-1 Index]