update_hyperparams | R Documentation |
update hyperparameters in the latent class model with observations organized in a tree
update_hyperparams( Y, A, leaf_ids_units, ancestors, h_pau, levels, v_units, 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, E_beta_sq, E_eta_sq, E_beta, E_eta, psi, g_psi, phi, g_phi, tau_1, tau_2, shared_tau, a, b, K, tau_update_levels, update_hyper, quiet )
Y |
outputs from
|
A |
outputs from
|
leaf_ids_units |
outputs from
|
ancestors |
outputs from
|
h_pau |
outputs from
|
levels |
outputs from
|
v_units |
outputs from
|
X |
computed from the data by |
n |
computed from the data by |
J |
computed from the data by |
p |
computed from the data by |
pL |
computed from the data by |
Fg |
computed from the data by |
prob |
variational parameters updated by |
prob_gamma |
variational parameters updated by |
mu_gamma |
variational parameters updated by |
mu_alpha |
variational parameters updated by |
rmat |
variational parameters updated by |
sigma_gamma |
variational parameters updated by |
Sigma_alpha |
variational parameters updated by |
tau_1_t |
variational parameters updated by |
tau_2_t |
variational parameters updated by |
a_t |
variational parameters updated by |
b_t |
variational parameters updated by |
E_beta_sq, E_eta_sq, E_beta, E_eta |
moments computed by |
psi |
parameters updated by |
g_psi |
parameters updated by |
phi |
parameters updated by |
g_phi |
parameters updated by |
tau_1 |
parameters updated by |
tau_2 |
parameters updated by |
shared_tau |
parameters updated by |
a |
fixed hyperparameters not to be updated. |
b |
fixed hyperparameters not to be updated. |
K |
fixed hyperparameters not to be updated. |
tau_update_levels |
a numeric vector, specifies which levels of hyperparameters to update |
update_hyper |
Logical, |
quiet |
default to |
a list of updated hyperparameters: tau_1,tau_2,psi,g_psi,phi,g_phi, along with a new ELBO value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.