Learn R Programming

VBphenoR (version 1.1.0)

VB_GMM_Expectation: Variational Bayes Expectation step

Description

Variational Bayes Expectation step

Usage

VB_GMM_Expectation(X, n, q_post)

Value

A list of the fitted posterior Q family after the E step at iteration t.

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.