Description Usage Arguments See Also
View source: R/update_vi_params_logistic_moretrees.R
update_vi_logistic_moretrees
Performs variational updates in VI algorithm.
1 2 3 4 | update_vi_params_logistic_moretrees(X, W, y, outcomes_nodes,
outcomes_units, ancestors, levels, xxT, wwT, n, p, pL, K, m, Fg, prob,
mu, Sigma, Sigma_inv, Sigma_det, tau_t, delta, Omega, Omega_inv,
Omega_det, a_t, b_t, eta, g_eta, tau, omega, a, b)
|
X, W, y, outcomes_units, outcomes_nodes, ancestors, levels |
outputs from
|
xxT, wwT |
computed from |
n, K, p, pL, m, Fg |
computed from the data by |
prob, mu, Sigma, Sigma_inv, Sigma_det, tau_t, delta, Omega, Omega_inv, Omega_det, a_t, b_t |
variational parameters updated by |
eta, g_eta, tau, omega |
parameters updated by |
a, b |
fixed hyperparameters |
Other Internal VI functions: moretrees_init_logistic
,
spike_and_slab_logistic_moretrees
,
update_hyperparams_logistic_moretrees
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.