| updateU_cpp | R Documentation |
Updates U using optimized matrix operations with pre-computed invariants.
updateU_cpp(K, U, V, R, Zb, s2, eU, iVU)
K |
Dimensions of Z (N, N, T) |
U |
Current latent node positions (N x R) |
V |
Layer-specific network generation rule (T x R) |
R |
Dimension of latent space |
Zb |
3D array (Z - beta) |
s2 |
Error variance (scalar) |
eU |
Prior mean vector for U |
iVU |
Prior precision matrix for U |
Updated U matrix (N x R)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.