Calculate the Evidence Lower Bound (ELBO)
VB_GMM_ELBO(X, p, n, q_post, prior)
n x p data matrix (or data frame that will be converted to a matrix).
number of parameters
number of rows
A list of the fitted posterior Q family at iteration t.
Prior for the GMM parameters.
elbo the Evidence Lower Bound at iteration t following E and M steps.