Log-likelihood calculation for MM algorithm with complete data
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | loglik_calc_complete(
sigma2,
TRJ,
n,
z_i,
w_i,
E_sqrt,
F_mat,
F_sqrt,
I_G,
I_HJ,
omegainv_y,
yt_omegainv_y,
wtw,
ztz,
wtz
)
|
sigma2 |
sigma2 |
TRJ |
TRJ |
n |
n |
z_i |
z_i |
w_i |
w_i |
E_sqrt |
E_sqrt |
F_mat |
F_mat |
F_sqrt |
F_sqrt |
I_G |
I_G |
I_HJ |
I_HJ |
omegainv_y |
omegainv_y |
yt_omegainv_y |
yt_omegainv_y |
wtw |
wtw |
ztz |
ztz |
wtz |
wtz |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.