View source: R/update_hyperparams_normal.R
update_hyperparams_normal
Performs hyperparameter updates and computes
current value of ELBO in VI algorithm for gaussian 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 | update_hyperparams_normal(
X,
groups,
XtX,
W,
WtW,
y,
n,
K,
G,
m,
prob,
mu,
Sigma,
Sigma_det,
tau_t,
delta,
Omega,
Omega_det,
omega,
sigma2,
tau,
rho,
update_hyper = T
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.