dmm_noweights_fn:
Component Densities of Gaussian Mixture Models
Description
Component densities of Gaussian mixture models for each data points.
Usage
dmm_noweights_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 for one component.