Description Arguments Details Value Author(s) Examples
Functions for the fitting of the mixture model. They represent an example for the user to write his own. The returned function must be in the form
mixture(xx)
xx |
A matrix with |
mixmodMix
is still work in progress...
Returns a list with components:
alpha |
Vector of Cluster Proportions |
muHat |
Matrix with cluster means by rows. Dimensions |
SigmaHat |
Array of Variance-Covariance matrix. Dimensions |
G |
Number of components. |
cluster |
Labels vector. |
Luca Pozzi, p.luc@stat.berkeley.edu
1 2 | # mclustMix(G = 2:9)(cbind(rnorm(100),rnorm(100)))
# mixmodMix(G = 1)(cbind(rnorm(100),rnorm(100)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.