View source: R/update_hyperparams_logistic_moretrees.R
update_hyperparams_logistic_moretrees
Performs hyperparameter updates and computes
current value of ELBO in VI algorithm for bernoulli outcomes.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | update_hyperparams_logistic_moretrees(
X,
W,
y,
outcomes_units,
ancestors,
n,
K,
p,
m,
prob,
mu,
Sigma,
Sigma_det,
tau_t,
delta,
Omega,
Omega_det,
eta,
g_eta,
a_rho,
b_rho,
omega,
tau,
model = "ss",
update_hyper = T
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.