update_vi_params | R Documentation |
Used by fit_lcm_tree()
, which also invoke update_hyperparams()
to update hyperparameters and calculate evidence lower bound (ELBO)
update_vi_params( Y, A, Z_obs, leaf_ids_units, leaf_ids_nodes, ancestors, cardanc, v_units, h_pau, levels, subject_id_list, X, n, J, p, pL, Fg, prob, prob_gamma, mu_gamma, mu_alpha, rmat, sigma_gamma, Sigma_alpha, tau_1_t, tau_2_t, a_t, b_t, psi, g_psi, phi, g_phi, tau_1, tau_2, shared_tau, a, b, K, s_u_zeroset, s_u_oneset )
Y, A, Z_obs, leaf_ids_units, leaf_ids_nodes, ancestors, cardanc, v_units, h_pau, levels, subject_id_list |
outputs from
|
X, n, J, p, pL, Fg |
computed from the data by |
prob, prob_gamma, mu_gamma, mu_alpha, rmat, sigma_gamma, Sigma_alpha, tau_1_t, tau_2_t, a_t, b_t, |
variational parameters updated by |
psi, g_psi, phi, g_phi, tau_1, tau_2, shared_tau |
parameters updated by |
a, b, K, s_u_zeroset, s_u_oneset |
fixed hyperparameters not to be updated. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.