Given period-wise sufficient statistics (Ht = sum_j X^2_ij / s2, ht = sum_j X_ij R_ij / s2) and AR(1) hyperparameters, returns one joint draw from the posterior N(m, P) where the prior is AR(1) and the observation is the Gaussian likelihood implied by (H, h).
.actor_ffbs_path(H, h, rho_actor, sigma_actor2)list with theta (length-T draw) and V (length-T
marginal posterior variance per period -- needed for the exact
centering projection).
length-T vector of period-wise observation precisions
length-T vector of period-wise observation cross-products
AR(1) coefficient
AR(1) innovation variance