Given the pdf $f(x) = \sum_i \omega_i \mathcal{N}(x; \mu_i, C_i )$ of a gaussian mixture density, where the $i$-th component has mean $\mu_i$ and covariance matrix $C_i$ and the weights $\omega_i$ sum to 1, is there a formula to compute the moments and central moments of this density from the given $\omega_i$'s, $\mu_i$'s and $C_i$'s?
|
It is simple because of linearity of integration (exchange order of integration and expectation). $\mu=\omega_1 \mu_1 +\omega_2\mu_2 +\dots+\omega_k \mu_k$ The same is true for higher order moments and central moments with the $\mu_i$s replaced by the variances for variances etc. Now since each $\mu_i$ and $C_i$ determines the higher order moments by normality the third and fourth moments for example can all be expressed as functions of them. Anything else you want to know about finite mixtures can be found in these books(I include the EM Algorithm book because that is the method most often used to get the MLEs for the parameters: The EM Algorithm and Extensions Nonparametric Statistics and Mixture Models: A Festschrift in Honor of Thomas P Hettmansperger |
||||
|