View source: R/neg_objective_function.R
neg_objective_function | R Documentation |
Negative objective function for gmmssl
neg_objective_function(
dat,
zm,
g,
par,
ncov = 2,
type = c("ign", "full", "com")
)
dat |
An |
zm |
An n-dimensional vector of group partition including the missing-label, denoted as NA. |
g |
Number of multivariate Gaussian groups. |
par |
An informative vector including |
ncov |
Options of structure of sigma matrix; the default value is 2;
|
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. |
val |
Value of negatvie objective function. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.