Function that computes complete log-likelihood of the basic latent Markov model for continuous outcomes (internal use).
complk_cont(Y, piv, Pi, Mu, Si, k)
array of continuous outcomes (n x TT x r)
vector of initial probabilities
transition probability matrix
matrix of conditional means for the response variables (r x k)
var-cov matrix common to all states (r x r)
number of latent classes
log-likelihood
matrix of the conditional probabilities of the observed response configurations
matrix of the forward probabilities
vector of marginal probabilities
Baum, L. E., Petrie, T., Soules, G., and Weiss, N. (1970). A maximization technique occurring in the statistical analysis of probabilistic functions of Markov chains. Annals of Mathematical Statistics, 41, 164-171.