Q-function to replace log-likelihood function
Q_function(par, prob_log, omega_log, X, k, times)
par
: numeric vector for parameters need to be estimatedprob_log
: mixture component weights(log)omega_log
: latent variables(log)X
: matrix for clusterk
: vector for the cluster numbertimes
: vector for the x values or time pointsthe Loglikelihood value
Useful links