mclustMarginalParams: Marginal parameters from fitted GMMs via mclust
Description
Function to compute the marginal parameters from a fitted Gaussian mixture models.
Usage
mclustMarginalParams(object, ...)
gmm2margParams(pro, mu, sigma, ...)
Value
Returns a list of two components for the mean and covariance of the
marginal distribution.
Arguments
object
An object of class Mclust or densityMclust.
...
Further arguments passed to or from other methods.
pro
A vector of mixing proportions for each mixture component.
mu
A matrix of mean vectors for each mixture component. For
a \(d\)-variate dataset on \(G\) components, the matrix has dimension
\((d \times G)\).
sigma
An array of covariance matrices for each mixture component.
For a \(d\)-variate dataset on \(G\) components, the array has dimension
\((d \times d \times G)\).
Author
Luca Scrucca
Details
Given a \(G\)-component GMM with estimated mixture weight \(\pi_k\),
mean vector \(\mu_{k}\), and covariance matrix \(\Sigma_{k}\), for
mixture component \(k = 1, \dots, G\), then the marginal distribution has: