loglk_ig {EMMIXSSL} | R Documentation |
Log likelihood for partially classified data with ingoring the missing mechanism
Description
Log likelihood for partially classified data with ingoring the missing mechanism
Usage
loglk_ig(dat, zm, pi, mu, sigma, ncov = 2)
Arguments
dat |
An |
zm |
An n-dimensional vector containing the class labels including the missing-label denoted as NA. |
pi |
A g-dimensional vector for the initial values of the mixing proportions. |
mu |
A |
sigma |
A |
ncov |
Options of structure of sigma matrix; the default value is 2;
|
Details
The log-likelihood function for partially classified data with ingoring the missing mechanism can be expressed as
where is a missing label indicator,
is a zero-one indicator variable defining the known group of origin of each,
and
is a probability density function with parameters
.
Value
lk |
Log-likelihood value. |