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


TrN000/norMmix documentation built on Sept. 9, 2024, 4:20 a.m.