loglk_miss | R Documentation |
Log likelihood for partially classified data based on the missing mechanism with the Shanon entropy
loglk_miss(dat, zm, pi, mu, sigma, ncov = 2, xi)
dat |
An n\times p matrix where each row represents an individual observation |
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 p \times g matrix for the initial values of the location parameters. |
sigma |
A p\times p covariance matrix if |
ncov |
Options of structure of sigma matrix; the default value is 2;
|
xi |
A 2-dimensional vector containing the initial values of the coefficients in the logistic function of the Shannon entropy. |
The log-likelihood function formed on the basis of the missing-label indicator can be expressed by
\log L_{PC}^{({miss})}(θ,\boldsymbol{ξ})=∑_{j=1}^n\big[ (1-m_j)\log≤ft\lbrace 1-q(y_j;θ,\boldsymbol{ξ})\right\rbrace +m_j\log q(y_j;θ,\boldsymbol{ξ})\big],
where q(y_j;θ,\boldsymbol{ξ}) is a logistic function of the Shannon entropy e_j(y_j;θ), and m_j is a missing label indicator.
lk |
loglikelihood value |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.