update_S {BayesBrainMap} | R Documentation |
Update S for VB FC Bayesian brain mapping
Description
Update S for VB FC Bayesian brain mapping
Usage
update_S(
mu_tau2,
mu_A,
E_AtA,
D_inv,
D_inv_S,
BOLD,
nNets,
nvox,
ntime,
final = FALSE
)
Arguments
mu_tau2 , mu_A , E_AtA |
Most recent posterior estimates |
D_inv , D_inv_S |
Some pre-computed quantities. |
BOLD |
( |
nNets , nvox , ntime |
Number of networks, number of data locations, and time series length |
final |
If TRUE, return cov_S. Default: |
Value
List of length three: mu_S
(QxV), E_SSt
(QxQ), and cov_S
(QxQxV).
[Package BayesBrainMap version 0.1.3 Index]