dat: An n×p matrix where each row represents an individual observation.
pi: A g-dimensional vector for the initial values of the mixing proportions.
mu: A p×g matrix for the initial values of the location parameters.
sigma: A p×p covariance matrix if ncov=1, or a list of g covariance matrices with dimension p×p×g if ncov=2.
ncov: Options of structure of sigma matrix; the default value is 2; ncov = 1 for a common covariance matrix; ncov = 2 for the unequal covariance/scale matrices.
xi: A 2-dimensional coefficient vector for a logistic function of the Shannon entropy.
Returns
m: A n-dimensional vector of missing label indicator. The element of outputs m represents its label indicator is missing if m equals 1, otherwise its label indicator is available if m equals to 0.