list2par | R Documentation |
Transfer a list into a vector
list2par(p, g, pi, mu, sigma, xi = NULL, type = c("ign", "full", "com"))
p |
Dimension of observation vecor. |
g |
Number of multivariate normal classes. |
pi |
A g-dimensional vector for the initial values of the mixing proportions. |
mu |
A |
sigma |
A |
xi |
A 2-dimensional vector containing the initial values of the coefficients in the logistic function of the Shannon entropy. |
type |
Three types to fit to the model, 'ign' indicates fitting the model on the basis of the likelihood that ignores the missing label mechanism, 'full' indicates that the model to be fitted on the basis of the full likelihood, taking into account the missing-label mechanism, and 'com' indicate that the model to be fitted to a completed classified sample. |
par |
a vector including all list information |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.