View source: R/update_hyperparams_logistic.R
update_hyperparams_logistic
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 | update_hyperparams_logistic(
X,
groups,
W,
y,
n,
K,
G,
m,
prob,
mu,
Sigma,
Sigma_det,
tau_t,
delta,
Omega,
Omega_det,
eta,
g_eta,
omega,
tau,
rho,
update_hyper = T
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.