Description Usage Arguments Value
Generates lists of parameters for initial candidates used by the modified EM test for mixture of multivariate normals.
1 | mvnmixPhiInit(y, parlist, h, tau, ninits = 1)
|
y |
n by d matrix of data |
parlist |
The parameter estimates as a list containing alpha, mu, and sigma in the form of (alpha = (alpha_1,...,alpha_m), mu = (mu_1',...,mu_m'), sigma = (vech(sigma_1)',...,vech(sigma_m)') |
h |
h used as index for pivoting |
tau |
Tau used to split the h-th component |
ninits |
number of initial values to be generated |
A list with the following items:
alpha |
m+1 by ninits matrix for alpha |
mu |
d*(m+1) by ninits matrix for mu |
sigma |
d*(d+1)/2*(m+1) by ninits matrix for sigma |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.