Variational Bayes Expectation step
Usage
VB_GMM_Expectation(X, n, q_post)
Arguments
- X
n x p data matrix (or data frame that will be converted to a matrix).
- n
number of rows in X.
- q_post
A list of the fitted posterior Q family at iteration t-1.
Value
A list of the fitted posterior Q family after the E step at iteration t.