Main function to run the Variational EM algorithm
1 | runEM(init_pars, Y, X, tau = 0.01, max_iterEM = 30, max_iterE = 30)
|
init_pars |
Initial parameters for the variational EM algorithm |
Y |
count tensor with dimension 3x3x16x4x96xD, where D is the number of samples |
X |
design matrix with dimension number of samples x number of covariates |
tau |
regularization parameter for signature optimization (default: 0.01) |
max_iterEM |
maximum number of iterations for the overall EM algorithm |
max_iterE |
max number of iterations for the Expectation step |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.