Learn R Programming

norMmix (version 0.2-0)

dnorMmix: Density from Multivariate Normal Mixture Distribution

Description

Calculates the probability density function of the multivariate normal distribution.

Usage

dnorMmix(x, nMm)

Value

Returns the density of nMm at point x. Iterates over components of the mixture and returns weighted sum of dmvnorm.

Arguments

x

a vector or matrix of multivariate observations

nMm

a "norMmix" object

Author

Nicolas Trutmann

See Also

rnorMmix