update_b_c | R Documentation |
Update mean of a single class
update_b_c(bar_b_c, Omega_c, m_c, Sigma_b_0_inv, mu_b_0)
bar_b_c |
[ |
Omega_c |
[ |
m_c |
[ |
Sigma_b_0_inv |
[ |
mu_b_0 |
[ |
An update for b_c
.
update_b_c(
bar_b_c = c(0, 0), Omega_c = diag(2), m_c = 10,
Sigma_b_0_inv = diag(2), mu_b_0 = c(0, 0)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.