Updates latent factor positions U and V that evolve over time according to an AR(1) process: u_{i,t} = rho * u_{i,t-1} + epsilon_{i,t}
rUV_dynamic_fc(U, V, ET, rho_uv, sigma_uv, s2, shrink=TRUE, symmetric=FALSE)list with updated U and V arrays
3D array of current U positions (n x R x T)
3D array of current V positions (n x R x T)
3D array of residuals (n x n x T)
AR(1) autoregressive parameter for latent positions
Innovation standard deviation for latent positions
dyadic variance
whether to apply shrinkage (default TRUE)
whether the network is symmetric (default FALSE)
Cassy Dorff, Shahryar Minhas, Tosin Salau