dnorMmix: Density from Multivariate Normal Mixture Distribution

View source: R/norMmix.R

dnorMmixR 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 "norMmix" object

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

rnorMmix


norMmix documentation built on Sept. 11, 2024, 7:47 p.m.