dmm_fn: Component Densities of Gaussian Mixture Models with Associate...

Description Usage Arguments Value Author(s)

Description

Component densities of Gaussian mixture models multiplied by its associated proportion for each data points.

Usage

1
dmm_fn(x, means, vars, pis)

Arguments

x

A matrix of n by p. n is the sample size. p is the dimension.

means

Means of the Gaussian mixture model.

vars

Variances of the Gaussian mixture model.

pis

Proportions of the Gaussian mixture model.

Value

A matrix of n by m. n is the sample size. m is the complexity. Each column represents the data points' densities (multiplied by its associated proportion) for one component.

Author(s)

Yichen Qin, Carey E. Priebe Maintainer: Yichen Qin <qinyn@ucmail.uc.edu>


qclust documentation built on May 2, 2019, 9:18 a.m.