VBEM_step | R Documentation |
Variational Bayes Expectation Maximization
VBEM_step(A, params, alternate = TRUE, eps_conv = 0.001)
A |
an array of dim=c(N,N,V) |
params |
list of parameters of the model |
alternate |
boolean indicated if we put an M-step after each part of the E-step, after u optimization and after tau optimization. If not, we optimize u and tau and after the M-step is made. |
eps_conv |
parameter of convergence for tau. |
params with updated parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.