Conjugate Gaussian update for the static coefficient block, treating the
dynamic path as known. Uses a flat-ish ridge-style prior prior_prec on
the static beta (typically diag(1/g) to match the existing g-prior path).
sample_beta_static_cpp(
Xdyn_list,
Xstat_list,
Z_list,
offset_list,
beta_dyn_path,
prior_mean,
prior_prec,
s2,
dyad_rho,
bipartite,
symmetric,
use_dyad_rho
)List with: beta -- length p_static; chol_fail -- integer.
T-length list of long-format dynamic design matrices.
T-length list of long-format static design matrices.
T-length list of latent (n x n) matrices.
T-length list of (n x n) offsets.
(T x p_dyn) dynamic path matrix.
Length p_static prior mean.
p_static x p_static prior precision.
Dyadic variance.
Dyadic correlation.
TRUE/FALSE.
TRUE/FALSE.
TRUE/FALSE.